We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714c159 commit e9cfdeaCopy full SHA for e9cfdea
1 file changed
flake.nix
@@ -12,7 +12,7 @@
12
};
13
14
outputs = {nixpkgs, ...} @ inputs: let
15
- useNightly = false;
+ useNightly = true;
16
eachSupportedSystem = f:
17
nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed (system:
18
f {
0 commit comments