diff --git a/flake.lock b/flake.lock index 47d4769..074e00a 100644 --- a/flake.lock +++ b/flake.lock @@ -38,27 +38,10 @@ "type": "github" } }, - "nixpkgs-unstable": { - "locked": { - "lastModified": 1675183161, - "narHash": "sha256-Zq8sNgAxDckpn7tJo7V1afRSk2eoVbu3OjI1QklGLNg=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "e1e1b192c1a5aab2960bf0a0bd53a2e8124fa18e", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "root": { "inputs": { "home": "home", - "nixpkgs": "nixpkgs", - "nixpkgs-unstable": "nixpkgs-unstable" + "nixpkgs": "nixpkgs" } }, "utils": { diff --git a/flake.nix b/flake.nix index b014037..7b6a511 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ home.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = { self, nixpkgs, nixpkgs-unstable, home }: { + outputs = { self, nixpkgs, home }: { nixosConfigurations.iota = nixpkgs.lib.nixosSystem { system = "x86_64-linux";