flake: pin nix and nixpkgs versions
Nix 2.18 has known issues with invalid store paths Latest nixos-unstable fails to build
This commit is contained in:
parent
0438460d1e
commit
817c34ddfe
3 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
### Nixpkgs ###
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/d5882b063a27787baa28b981e117c7ca2ed9b5f7";
|
||||
latest.url = "github:nixos/nixpkgs";
|
||||
fork.url = "github:Infinidoge/nixpkgs/combined/all";
|
||||
stable.url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue