diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index d1f2474..0000000 --- a/.dockerignore +++ /dev/null @@ -1,10 +0,0 @@ -target/ -wallpapers.json - -.idea/ -.vscode/ -.DS_Store -.gitea/ -readme.md -Dockerfile -.dockerignore diff --git a/flake.nix b/flake.nix index db769f9..1120f5f 100644 --- a/flake.nix +++ b/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; }; }