[NixOS] Use custom nix with same version as what is in nixpkgs

This commit is contained in:
2023-07-27 21:37:11 -06:00
parent 2d487207d1
commit 654146f803
2 changed files with 5 additions and 2 deletions

View File

@@ -60,8 +60,7 @@
};
nix = {
url = github:IvanMalison/nix;
inputs.nixpkgs.follows = "nixpkgs";
url = github:IvanMalison/nix/my2.15.1;
};
flake-utils = {