diff options
| author | Leonardo <noreply@leoflo.me> | 2025-11-03 22:16:55 +0100 |
|---|---|---|
| committer | Leonardo <noreply@leoflo.me> | 2025-11-03 22:16:55 +0100 |
| commit | 3925cf2bb704645de9d00d2131ddb08712d4f620 (patch) | |
| tree | ae5f85f160d8b65a6eac9625752ae15ee5be530e /flake.lock | |
| download | nixos-3925cf2bb704645de9d00d2131ddb08712d4f620.tar.gz nixos-3925cf2bb704645de9d00d2131ddb08712d4f620.zip | |
primo commit
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..e955197 --- /dev/null +++ b/flake.lock @@ -0,0 +1,66 @@ +{ + "nodes": { + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1762183399, + "narHash": "sha256-vr2aL1QLfERYTfYBgK8cW3T9eSdSEThH462wKaGlmEU=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "a5fee077929ae2f2800c3087dce5e1abb4edfbc6", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "master", + "repo": "home-manager", + "type": "github" + } + }, + "nixos-hardware": { + "locked": { + "lastModified": 1762179181, + "narHash": "sha256-T4+TNfXlF/gHbcNCC2HY7sMGBKgqNzyYeMBWmcbH7/o=", + "owner": "nixos", + "repo": "nixos-hardware", + "rev": "256770618502d2eda892af3ae91da5e386ce9586", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "master", + "repo": "nixos-hardware", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1762111121, + "narHash": "sha256-4vhDuZ7OZaZmKKrnDpxLZZpGIJvAeMtK6FKLJYUtAdw=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "b3d51a0365f6695e7dd5cdf3e180604530ed33b4", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "home-manager": "home-manager", + "nixos-hardware": "nixos-hardware", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
