Support older Nix?
This commit is contained in:
parent
d2d1dfd116
commit
187657e3e8
1 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,9 @@
|
|||
devShells = {
|
||||
default = project false;
|
||||
};
|
||||
|
||||
# For compatability with older Nix (eg in CI)
|
||||
defaultPackage = inputs.self.packages.default;
|
||||
defaultApp = inputs.self.apps.default;
|
||||
};
|
||||
in
|
||||
inputs.flake-utils.lib.eachDefaultSystem outputsFor
|
||||
|
|
Loading…
Reference in a new issue