diff options
author | Preston Pan <preston@nullring.xyz> | 2024-03-07 00:26:39 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-03-07 00:26:39 -0800 |
commit | a08061e975344f21805d115e01929566a36c8d05 (patch) | |
tree | 3a3dd2abab1af784ec90f8bd8b28188cc428440b /flake.lock | |
parent | 9572f04e52b1417880c00d52143cb3d5f7c6888c (diff) |
add disko/nixos-anywhere configuration
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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" |