We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nix
nix_2_32
1 parent 8e7c131 commit 8ba754fCopy full SHA for 8ba754f
pkgs/nix-enraged/default.nix
@@ -6,7 +6,8 @@
6
, writeShellApplication
7
8
, system ? pkgs.stdenv.hostPlatform.system
9
-, nix' ? inputs.nix.packages.${system}.nix # pkgs.nixVersions.nix_2_32
+, nix' ? pkgs.nixVersions.nix_2_32
10
+# , nix' ? inputs.nix.packages.${system}.nix
11
, nix-monitored' ? inputs.nix-monitored.packages.${system}.default.override {
12
nix = nix';
13
nix-output-monitor = pkgs.nix-output-monitor;
0 commit comments