updated nix, removed usage of lib.types.string

This commit is contained in:
Gerg-L 2023-08-13 09:26:58 -04:00
parent 67ea731529
commit 8c1d5b6a01
3 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
stable.url = "github:nixos/nixpkgs/nixos-23.05";
#nix 2.17
nix.url = "github:nixos/nix/7b39a388b382e7912de3c5951faad42fe2d72f48";
nix.url = "github:nixos/nix/584ff408a4e2b6eb0d74989778c640a92089b6d4";
nixos-generators = {
url = "github:nix-community/nixos-generators";