feat: bumped everythign.
This is mostly to push through a patch for gitlab. The -unstable branch had the fix but also a new bug. This is fixed in teh master branch
This commit is contained in:
parent
7e55b1210d
commit
75c4695101
2 changed files with 7 additions and 5 deletions
|
@ -3,7 +3,9 @@
|
|||
|
||||
inputs = {
|
||||
# gonna start off with a fairly modern base
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "nixpkgs/master";
|
||||
# Return to using unstable once the current master is merged in
|
||||
# nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
# utility stuff
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue