diff options
author | Aria <me@aria.rip> | 2023-12-05 20:53:17 +0000 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-12-05 20:53:17 +0000 |
commit | 143c6f152e96214b4c75c31047a1eda0cd51513a (patch) | |
tree | d721752bac45d0993ef24aa7cfcccdd19aae1638 /nix-personal/flake.lock | |
parent | 318522a2613ec7242b2559be66b5edf466a2e5ef (diff) |
own vps
Diffstat (limited to 'nix-personal/flake.lock')
-rw-r--r-- | nix-personal/flake.lock | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/nix-personal/flake.lock b/nix-personal/flake.lock new file mode 100644 index 0000000..b15b3fb --- /dev/null +++ b/nix-personal/flake.lock @@ -0,0 +1,48 @@ +{ + "nodes": { + "disko": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701775991, + "narHash": "sha256-/51DaSTzoW+wQfj5P9EnTbSxixDFjjhfnGdMKcSp+is=", + "owner": "nix-community", + "repo": "disko", + "rev": "f84c3684900d11cf19f530070d32d55f0ed51374", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "disko", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1701539137, + "narHash": "sha256-nVO/5QYpf1GwjvtpXhyxx5M3U/WN0MwBro4Lsk+9mL0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "933d7dc155096e7575d207be6fb7792bc9f34f6d", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-23.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "disko": "disko", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |