removed dockerignore, flake outputs plcom package by default

This commit is contained in:
Philippe Loctaux 2024-11-24 23:40:24 +01:00
parent b95c92cfb2
commit 097185ce4f
2 changed files with 3 additions and 23 deletions

View file

@ -1,10 +0,0 @@
target/
wallpapers.json
.idea/
.vscode/
.DS_Store
.gitea/
readme.md
Dockerfile
.dockerignore

View file

@ -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;
;
}; };
} }