diff options
author | sils <sils@sils.li> | 2023-10-06 21:59:53 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-10-06 21:59:53 +0200 |
commit | cbf4bcdb1f9530b703b99d4694682f80e428c70c (patch) | |
tree | de86b9abb600b706fe68d0ce8f3b0e3f9274a2f2 /flake.nix | |
parent | fix(u/sils/rofi): change package to rofi-wayland (diff) | |
download | nix-config-cbf4bcdb1f9530b703b99d4694682f80e428c70c.tar.gz nix-config-cbf4bcdb1f9530b703b99d4694682f80e428c70c.zip |
feat(flake): remove stable nixpkgs input
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 5b7c643..42ade2d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,9 +1,9 @@ { description = "My Nixos system configuration"; - # inputs {{{ + inputs = { - stable.url = "github:NixOs/nixpkgs/nixos-23.05"; nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable"; + home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; |