Compare commits
5 commits
b95c92cfb2
...
3f1abb9956
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f1abb9956 | |||
| 97ee77f9bb | |||
| 958fa9baed | |||
| 3924b4845d | |||
| 097185ce4f |
2 changed files with 2 additions and 19 deletions
|
|
@ -1,10 +0,0 @@
|
|||
target/
|
||||
wallpapers.json
|
||||
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
.gitea/
|
||||
readme.md
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
11
flake.nix
11
flake.nix
|
|
@ -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
|
||||
;
|
||||
# Build the crate as part of `nix flake check` for convenience
|
||||
inherit plcomBinary;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue