about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-23 16:47:05 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-23 16:47:05 +0200
commit598af091fa63b4370c755a3a6520336cb84c9e2f (patch)
tree535630886904e84c1f3f8d6706c433ca7e95a12e /flake.nix
parentAdded new temp gpg key (diff)
downloadnixos-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.nix4
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";