diff --git a/flake.lock b/flake.lock index d315c832..56edc125 100644 --- a/flake.lock +++ b/flake.lock @@ -18,6 +18,27 @@ "type": "github" } }, + "disko": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1746728054, + "narHash": "sha256-eDoSOhxGEm2PykZFa/x9QG5eTH0MJdiJ9aR00VAofXE=", + "owner": "nix-community", + "repo": "disko", + "rev": "ff442f5d1425feb86344c028298548024f21256d", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "latest", + "repo": "disko", + "type": "github" + } + }, "flake-compat": { "locked": { "lastModified": 1747046372, @@ -157,6 +178,21 @@ "type": "github" } }, + "impermanence": { + "locked": { + "lastModified": 1737831083, + "narHash": "sha256-LJggUHbpyeDvNagTUrdhe/pRVp4pnS6wVKALS782gRI=", + "owner": "nix-community", + "repo": "impermanence", + "rev": "4b3e914cdf97a5b536a889e939fb2fd2b043a170", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "impermanence", + "type": "github" + } + }, "ixx": { "inputs": { "flake-utils": [ @@ -400,8 +436,10 @@ "root": { "inputs": { "devshell": "devshell", + "disko": "disko", "hardware": "hardware", "home-manager": "home-manager", + "impermanence": "impermanence", "nix-alien": "nix-alien", "nix-flatpak": "nix-flatpak", "nixpkgs": "nixpkgs_2", diff --git a/flake.nix b/flake.nix index 834704f5..89b8e9b2 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ # Opt-in state impermanence.url = "github:nix-community/impermanence"; - impermanence.inputs.nixpkgs.follows = "nixpkgs"; + # impermanence.inputs.nixpkgs.follows = "nixpkgs"; # Manage secrets with sops sops-nix.url = "github:Mic92/sops-nix";