Skip to content

Commit e9cfdea

Browse files
committed
chore: enable nightly
1 parent 714c159 commit e9cfdea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
};
1313
};
1414
outputs = {nixpkgs, ...} @ inputs: let
15-
useNightly = false;
15+
useNightly = true;
1616
eachSupportedSystem = f:
1717
nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed (system:
1818
f {

0 commit comments

Comments
 (0)