fix: making sure we are on unstable and not master helped

This commit is contained in:
silver 2023-12-20 16:10:41 +00:00
parent a8f6c1e80e
commit ca9e1871cc
2 changed files with 5 additions and 5 deletions

View file

@ -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";