aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-03-07 00:26:39 -0800
committerPreston Pan <preston@nullring.xyz>2024-03-07 00:26:39 -0800
commita08061e975344f21805d115e01929566a36c8d05 (patch)
tree3a3dd2abab1af784ec90f8bd8b28188cc428440b /flake.lock
parent9572f04e52b1417880c00d52143cb3d5f7c6888c (diff)
add disko/nixos-anywhere configuration
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock21
1 files changed, 21 insertions, 0 deletions
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"