fix: making sure we are on unstable and not master helped
This commit is contained in:
parent
a8f6c1e80e
commit
ca9e1871cc
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
# gonna start off with a fairly modern base
|
||||
nixpkgs.url = "nixpkgs/master";
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
# Return to using unstable once the current master is merged in
|
||||
# nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue