diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-26 13:20:44 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-26 13:20:44 -0500 |
| commit | d47d76336a9680b661220d23c5d429d90a2f3f9e (patch) | |
| tree | 741291864d3349dbcbe00346974a747a350924bc /flake.lock | |
| parent | f10624e907621458407be98a567918afe77d59b6 (diff) | |
move more files out of configuration.nix
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,5 +1,26 @@ { "nodes": { + "discidurl": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1785026148, + "narHash": "sha256-Y00d8y9i1e+yDrBoDqvmIwS/w40WLzDtCYkXxdF43WU=", + "ref": "main", + "rev": "e1c7e45779d3753228c83b2152075443734185de", + "revCount": 5, + "type": "git", + "url": "https://git.hwebs.info/discidurl" + }, + "original": { + "ref": "main", + "type": "git", + "url": "https://git.hwebs.info/discidurl" + } + }, "nixpkgs": { "locked": { "lastModified": 1784280462, @@ -18,6 +39,7 @@ }, "root": { "inputs": { + "discidurl": "discidurl", "nixpkgs": "nixpkgs" } } |
