diff options
| author | Xe Iaso <me@christine.website> | 2022-10-30 14:28:47 -0400 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-10-30 14:28:47 -0400 |
| commit | 5d2935617a0e4bf615a8ffc0f7c1f96d9479cbd8 (patch) | |
| tree | 9f781a75f03ccbc022ebab774ce796893bb23e42 /flake.lock | |
| parent | c654d84537a50e164c57852fc89216eec8e55d69 (diff) | |
| download | xesite-5d2935617a0e4bf615a8ffc0f7c1f96d9479cbd8.tar.xz xesite-5d2935617a0e4bf615a8ffc0f7c1f96d9479cbd8.zip | |
use flake-compat builds
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,21 @@ { "nodes": { + "flake-compat": { + "flake": false, + "locked": { + "lastModified": 1650374568, + "narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "b4a34015c698c7793d592d66adbab377907a2be8", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, "flake-utils": { "locked": { "lastModified": 1659877975, @@ -64,6 +80,7 @@ }, "root": { "inputs": { + "flake-compat": "flake-compat", "flake-utils": "flake-utils", "naersk": "naersk", "nixpkgs": "nixpkgs_2" |
