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:
silver 2023-10-02 02:44:35 +01:00
parent 7e55b1210d
commit 75c4695101
2 changed files with 7 additions and 5 deletions

View file

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