mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 18:29:08 +00:00
nix: Fix flake
This commit is contained in:
parent
fbdd040138
commit
b356f56878
1 changed files with 0 additions and 4 deletions
|
|
@ -57,10 +57,6 @@
|
|||
};
|
||||
});
|
||||
|
||||
# The default package for 'nix build'. This makes sense if the
|
||||
# flake provides only one package or there is a clear "main"
|
||||
# package.
|
||||
defaultPackage = forAllSystems (system: self.packages.${system}.env-sample-sync);
|
||||
apps = forAllSystems (system: {
|
||||
default = {
|
||||
type = "app";
|
||||
|
|
|
|||
Loading…
Reference in a new issue