Skip to content

Commit

Permalink
nixci: avoid impure access
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 26, 2024
1 parent 1934fa1 commit fc4fa3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@
nix-modules-2.dir = ./global/nix-modules/2;
nix-modules-3.dir = ./global/nix-modules/3;
nix-modules-4.dir = ./global/nix-modules/4;
nix-modules-5.dir = ./global/nix-modules/5;
nix-modules-5 = {
dir = ./global/nix-modules/5;
overrideInputs.flake4 = ./global/nix-modules/4;
};
};
};
}

0 comments on commit fc4fa3d

Please sign in to comment.