fix: had bad nixpkgs and nixos version

This commit is contained in:
silver 2023-01-12 21:35:12 +00:00
parent 927996220b
commit 5021020d7b
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
inputs = {
# gonna start off with a fairly modern base
nixpkgs.url = "nixpkgs/nixos-23.05";
nixpkgs.url = "nixpkgs/nixos-22.11";
# utility stuff
flake-utils.url = "github:numtide/flake-utils";