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 = {
|
devShells = {
|
||||||
default = project false;
|
default = project false;
|
||||||
};
|
};
|
||||||
|
# For compatability with older Nix (eg in CI)
|
||||||
|
defaultPackage = inputs.self.packages.default;
|
||||||
|
defaultApp = inputs.self.apps.default;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
inputs.flake-utils.lib.eachDefaultSystem outputsFor
|
inputs.flake-utils.lib.eachDefaultSystem outputsFor
|
||||||
|
|
Loading…
Reference in a new issue