diff options
| author | Rosa <rosaontheweb@proton.me> | 2025-12-20 13:16:20 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2025-12-20 13:30:34 -0500 |
| commit | ca9e1f1fb8126b34ca95fca78965c1d782a30102 (patch) | |
| tree | 65b8e7e9125e3c9f2f4c72e15afa47fb6fe8c8ec /flake.lock | |
init
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..e48803b --- /dev/null +++ b/flake.lock @@ -0,0 +1,69 @@ +{ + "nodes": { + "disko": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1765794845, + "narHash": "sha256-YD5QWlGnusNbZCqR3pxG8tRxx9yUXayLZfAJRWspq2s=", + "owner": "nix-community", + "repo": "disko", + "rev": "7194cfe5b7a3660726b0fe7296070eaef601cae9", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "disko", + "type": "github" + } + }, + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1765860045, + "narHash": "sha256-7Lxp/PfOy4h3QIDtmWG/EgycaswqRSkDX4DGtet14NE=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "09de9577d47d8bffb11c449b6a3d24e32ac16c99", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1765779637, + "narHash": "sha256-KJ2wa/BLSrTqDjbfyNx70ov/HdgNBCBBSQP3BIzKnv4=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "1306659b587dc277866c7b69eb97e5f07864d8c4", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "disko": "disko", + "home-manager": "home-manager", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
