diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-23 16:47:05 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-23 16:47:05 +0200 |
commit | 598af091fa63b4370c755a3a6520336cb84c9e2f (patch) | |
tree | 535630886904e84c1f3f8d6706c433ca7e95a12e /flake.nix | |
parent | Added new temp gpg key (diff) | |
download | nixos-config-598af091fa63b4370c755a3a6520336cb84c9e2f.tar.gz nixos-config-598af091fa63b4370c755a3a6520336cb84c9e2f.tar.bz2 nixos-config-598af091fa63b4370c755a3a6520336cb84c9e2f.zip |
Move to unstable packages and home-manager
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index 2898e1d..4a41a19 100644 --- a/flake.nix +++ b/flake.nix @@ -2,9 +2,9 @@ description = "A very basic flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager = { - url = "github:nix-community/home-manager/release-22.05"; + url = "github:nix-community/home-manager/master"; inputs.nixpkgs.follows = "nixpkgs"; }; nur.url = "github:nix-community/NUR"; |