From a08061e975344f21805d115e01929566a36c8d05 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 7 Mar 2024 00:26:39 -0800 Subject: add disko/nixos-anywhere configuration --- flake.lock | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 34b8a7f..98441f5 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,25 @@ { "nodes": { + "disko": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1709773529, + "narHash": "sha256-CNz9ybeR88j8QQxy7YNFa8RlNq3pWnXLvocWIt2n5Mg=", + "owner": "nix-community", + "repo": "disko", + "rev": "a2009bc2b4e1d3ff5360048292deb0d610aa064b", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "disko", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -54,6 +74,7 @@ }, "root": { "inputs": { + "disko": "disko", "home-manager": "home-manager", "nixpkgs": "nixpkgs", "nur": "nur" -- cgit