[NixOS] Use nix 2.15.1 in bootstrap

This commit is contained in:
2023-07-28 16:02:12 +00:00
parent 28b49cfd51
commit 1cda332da4
2 changed files with 37 additions and 23 deletions

View File

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