Doh
Eelco Dolstra committed
Feb 3, 2020 at 17:46 UTC
85a1678b745bd84bba86a8893a74e3af9ba103ca
1 file changed
+1
-1
bastion/network.nix
+1
-1
@@ -126,7 +126,7 @@ in
126
];
127
128
system.configurationRevision = flakes.self.rev
129
- or throw "Cannot deploy from an unclean source tree!";
129
+ or (throw "Cannot deploy from an unclean source tree!");
130
131
nixpkgs.overlays =
132
[ nix.overlay