Restore dwarffs
Eelco Dolstra committed
Aug 19, 2019 at 23:11 UTC
15561e1a9cbf0d5e255ec510d3b182972fbbea02
1 file changed
+5
-5
delft/common.nix
+5
-5
@@ -6,11 +6,11 @@ with lib;
6
imports =
7
[ ./static-net-config.nix
8
./diffoscope.nix
9
- # broke due to flakes, and then pinning back a rev didn't compile
10
- #((builtins.fetchGit {
11
- # url = https://github.com/edolstra/dwarffs.git;
12
- #rev = "8262a00424e646493c809e1bf0a5434940590fb3";
13
- # }) + "/module.nix")
9
+ # broke due to flakes, and then pinned back
10
+ ((builtins.fetchGit {
11
+ url = https://github.com/edolstra/dwarffs.git;
12
+ rev = "531a2338101f0b6db2d9d512c3f98145f7b75397";
13
+ }) + "/module.nix")
14
../modules/common.nix
15
./prometheus/node.nix
16
];