change the nixpkgs url type so that it hashes stably

This commit is contained in:
colin 2023-01-10 17:44:58 +00:00
parent c8dcb4ac59
commit 0b78df53be
2 changed files with 3 additions and 3 deletions

View File

@ -61,11 +61,11 @@
"locked": {
"lastModified": 1,
"narHash": "sha256-5eJxyBRYQCoRt92ZFUOdT237Z0VscuNRd0pktDYWJYE=",
"path": "/nix/store/r17slgpq93kpiajf0vi7xdcg0q5xcqv2-source/nixpatches",
"path": "nixpatches",
"type": "path"
},
"original": {
"path": "/nix/store/r17slgpq93kpiajf0vi7xdcg0q5xcqv2-source/nixpatches",
"path": "nixpatches",
"type": "path"
}
},

View File

@ -7,7 +7,7 @@
nixpkgs-stable.url = "nixpkgs/nixos-22.11";
nixpkgs-unpatched.url = "nixpkgs/nixos-unstable";
nixpkgs = {
url = "./nixpatches";
url = "path:nixpatches";
inputs.nixpkgs.follows = "nixpkgs-unpatched";
};
mobile-nixos = {