diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-07-29 22:09:26 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-07-29 22:09:26 +0700 |
| commit | ab1d8b8a3e876d37e44c4d22a93c96a32fd01763 (patch) | |
| tree | d72560dd0032f4341940a44613d02291b78b4a5e /backup-nix/flake.lock | |
| parent | 73ddb338cd7542f9569a9ab5cb0481b4f0636710 (diff) | |
.
Diffstat (limited to 'backup-nix/flake.lock')
| -rw-r--r-- | backup-nix/flake.lock | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/backup-nix/flake.lock b/backup-nix/flake.lock new file mode 100644 index 0000000..ff02820 --- /dev/null +++ b/backup-nix/flake.lock @@ -0,0 +1,80 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1784796856, + "narHash": "sha256-wWFrV5/Qbm+lyt5x20E/bSbfJiGKMo4RCxZV8cl/WZI=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "e2587caef70cea85dd97d7daab492899902dbf5d", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1784356753, + "narHash": "sha256-zupdTm41be2fY8cexroEOGjopl3F2Gqs3gk7ieqaM3s=", + "rev": "61b7c44c4073f0b827768aff0049561b5110ea5a", + "type": "tarball", + "url": "https://releases.nixos.org/nixos/unstable/nixos-26.11pre1036777.61b7c44c4073/nixexprs.tar.xz" + }, + "original": { + "type": "tarball", + "url": "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz" + } + }, + "noctalia": { + "inputs": { + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 1784974993, + "narHash": "sha256-RmVxiI/YkZigIB5uBuMZqdjaABtiyPejT+JEFAC8ras=", + "owner": "noctalia-dev", + "repo": "noctalia", + "rev": "89ad48e73af8ad4e8b42707912b12833443d819c", + "type": "github" + }, + "original": { + "owner": "noctalia-dev", + "repo": "noctalia", + "type": "github" + } + }, + "noctalia-greeter": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1784707224, + "narHash": "sha256-K8yyxX/sShhVznU/3ejZgriayg8Fyac+bR4dCTB1864=", + "owner": "noctalia-dev", + "repo": "noctalia-greeter", + "rev": "8e53bb30f1d1179c0bd2275b02915258827d62eb", + "type": "github" + }, + "original": { + "owner": "noctalia-dev", + "repo": "noctalia-greeter", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "noctalia": "noctalia", + "noctalia-greeter": "noctalia-greeter" + } + } + }, + "root": "root", + "version": 7 +} |
