removed dockerignore, flake outputs plcom package by default
This commit is contained in:
parent
b95c92cfb2
commit
097185ce4f
2 changed files with 3 additions and 23 deletions
|
|
@ -1,10 +0,0 @@
|
|||
target/
|
||||
wallpapers.json
|
||||
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
.gitea/
|
||||
readme.md
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
16
flake.nix
16
flake.nix
|
|
@ -54,21 +54,11 @@
|
|||
|
||||
in
|
||||
{
|
||||
apps.default = {
|
||||
type = "app";
|
||||
program = "${plcom}/bin/plcom";
|
||||
};
|
||||
|
||||
packages = {
|
||||
inherit plcom;
|
||||
default = plcom;
|
||||
};
|
||||
packages.system.default = plcom;
|
||||
|
||||
checks = {
|
||||
inherit
|
||||
# Build the crate as part of `nix flake check` for convenience
|
||||
plcomBinary
|
||||
;
|
||||
# Build the crate as part of `nix flake check` for convenience
|
||||
inherit plcomBinary;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue