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
|
|
||||||
|
|
@ -54,21 +54,14 @@
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
apps.default = {
|
|
||||||
type = "app";
|
|
||||||
program = "${plcom}/bin/plcom";
|
|
||||||
};
|
|
||||||
|
|
||||||
packages = {
|
packages = {
|
||||||
inherit plcom;
|
inherit plcom;
|
||||||
default = 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