From cbf4bcdb1f9530b703b99d4694682f80e428c70c Mon Sep 17 00:00:00 2001 From: sils Date: Fri, 6 Oct 2023 21:59:53 +0200 Subject: feat(flake): remove stable nixpkgs input --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') 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"; -- cgit 1.4.1