aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-10-30 14:28:47 -0400
committerXe Iaso <me@christine.website>2022-10-30 14:28:47 -0400
commit5d2935617a0e4bf615a8ffc0f7c1f96d9479cbd8 (patch)
tree9f781a75f03ccbc022ebab774ce796893bb23e42 /flake.lock
parentc654d84537a50e164c57852fc89216eec8e55d69 (diff)
downloadxesite-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.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index d905819..eec5d41 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"