Compare commits

...

5 commits

Author SHA1 Message Date
3f1abb9956 flake: avoid rec
Some checks failed
Build / build-docker (push) Has been cancelled
2024-11-28 21:42:57 +01:00
97ee77f9bb flake: removed apps 2024-11-27 23:48:14 +01:00
958fa9baed flake: recusrive packages, apps 2024-11-27 23:29:42 +01:00
3924b4845d flake: output package for system 2024-11-27 22:19:20 +01:00
097185ce4f removed dockerignore, flake outputs plcom package by default 2024-11-24 23:40:24 +01:00
2 changed files with 2 additions and 19 deletions

View file

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

View file

@ -54,21 +54,14 @@
in
{
apps.default = {
type = "app";
program = "${plcom}/bin/plcom";
};
packages = {
inherit plcom;
default = plcom;
};
checks = {
inherit
# Build the crate as part of `nix flake check` for convenience
plcomBinary
;
inherit plcomBinary;
};
}