diff options
author | drduh <github@duh.to> | 2024-02-10 17:21:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-10 17:21:06 +0000 |
commit | db9316a8cea42a8573d33c6b95f90f7bc3ad7596 (patch) | |
tree | e8757359b80a96046d0784e5df44b5e6e5a8a3e7 /flake.lock | |
parent | Merge pull request #414 from colingrady/genuine_link (diff) | |
parent | NixOS Live Image: convert to a flake (diff) | |
download | YubiKey-Guide-db9316a8cea42a8573d33c6b95f90f7bc3ad7596.tar.gz |
Merge pull request #411 from motiejus/motiejus-flake
NixOS Live Image: convert to a flake
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..bf452f1 --- /dev/null +++ b/flake.lock @@ -0,0 +1,44 @@ +{ + "nodes": { + "drduhConfig": { + "flake": false, + "locked": { + "lastModified": 1697417581, + "narHash": "sha256-R45L/Xv3z0lJhGt781wDbjaq1qc+sGTmsUt+XHwgf4A=", + "owner": "drduh", + "repo": "config", + "rev": "8c21617100795fea2313656abdf25f93b98fdc30", + "type": "github" + }, + "original": { + "owner": "drduh", + "repo": "config", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1706826059, + "narHash": "sha256-N69Oab+cbt3flLvYv8fYnEHlBsWwdKciNZHUbynVEOA=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "25e3d4c0d3591c99929b1ec07883177f6ea70c9d", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-23.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "drduhConfig": "drduhConfig", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |