diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-22 22:28:24 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-22 22:28:24 -0500 |
| commit | 974a2ba37bfb80934275adc335e8f0a0ffcf49a3 (patch) | |
| tree | 2860bb9650fb5a598438b9e18b2bcc5d324f40ad /flake.lock | |
| parent | 0faaf1662e689de55d95199065d845fea3097a69 (diff) | |
initial commit
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..b467688 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1784280462, + "narHash": "sha256-DtoqIqM7VkR6NxAkcLpMwmi02USwWb3JdmNGLyhthc0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "293d6abedf0478e681a4dfcfcb35b30fc796a32f", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-26.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
