diff --git a/flake.lock b/flake.lock index 3a50a3e..d0b2053 100644 --- a/flake.lock +++ b/flake.lock @@ -43,6 +43,26 @@ "type": "github" } }, + "disko": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1725377834, + "narHash": "sha256-tqoAO8oT6zEUDXte98cvA1saU9+1dLJQe3pMKLXv8ps=", + "owner": "nix-community", + "repo": "disko", + "rev": "e55f9a8678adc02024a4877c2a403e3f6daf24fe", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "disko", + "type": "github" + } + }, "flake-compat": { "locked": { "lastModified": 1696426674, @@ -336,6 +356,7 @@ "root": { "inputs": { "anyrun": "anyrun", + "disko": "disko", "flatpaks": "flatpaks", "home-manager": "home-manager", "nixpkgs": "nixpkgs_2", diff --git a/flake.nix b/flake.nix index 0900cfc..b18277e 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ }; }; - outputs = { self, nixpkgs, stablepkgs, ... } @ inputs: + outputs = { self, nixpkgs, stablepkgs, home-manager, ... } @ inputs: let system = "x86_64-linux"; pkgs = nixpkgs.legacyPackages.${system};