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
|
|
||||||
14
flake.nix
14
flake.nix
|
|
@ -54,21 +54,11 @@
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
apps.default = {
|
packages.system.default = plcom;
|
||||||
type = "app";
|
|
||||||
program = "${plcom}/bin/plcom";
|
|
||||||
};
|
|
||||||
|
|
||||||
packages = {
|
|
||||||
inherit plcom;
|
|
||||||
default = plcom;
|
|
||||||
};
|
|
||||||
|
|
||||||
checks = {
|
checks = {
|
||||||
inherit
|
|
||||||
# Build the crate as part of `nix flake check` for convenience
|
# Build the crate as part of `nix flake check` for convenience
|
||||||
plcomBinary
|
inherit plcomBinary;
|
||||||
;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue