aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-08-24 21:13:39 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-08-24 21:13:39 +0200
commitb42789f01382c49256b2b5073098f5fb01841950 (patch)
tree2b75f6bad0d29bd20f74ce8fd26d047819300c2f /flake.lock
parentd9a8619762fa56bca8ddec5d9bcd5c411adb5b95 (diff)
Fix clang build
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock20
1 files changed, 19 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 74326d294..f4368b170 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,22 @@
{
"nodes": {
+ "lowdown-src": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1598296217,
+ "narHash": "sha256-ha7lyNY1d8m+osmDpPc9f/bfZ3ZC1IVIXwfyklSWg8I=",
+ "owner": "edolstra",
+ "repo": "lowdown",
+ "rev": "c7a4e715af1e233080842db82d15b261cb74cb28",
+ "type": "github"
+ },
+ "original": {
+ "owner": "edolstra",
+ "ref": "no-structs-in-anonymous-unions",
+ "repo": "lowdown",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1591633336,
@@ -17,10 +34,11 @@
},
"root": {
"inputs": {
+ "lowdown-src": "lowdown-src",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
- "version": 6
+ "version": 7
}