dwarffs is broken by Nix 2.6
Graham Christensen committed
Feb 16, 2022 at 16:09 UTC
ccd48e267e4675bac13c26eda0d5f781ae6190c3
2 files changed
+2
-2
delft/flake.nix
+1
-1
@@ -3,7 +3,7 @@
3
inputs.nixpkgs.url = "nixpkgs/nixos-21.11-small";
4
inputs.nix.follows = "hydra/nix";
5
inputs.hydra.url = "github:NixOS/hydra/nix-2.6-rebase"; # Testing Hydra PR #1140, updating Nix to 2.6
6
- outputs = flakes @ { self, nixpkgs, nix, hydra, dwarffs }: {
6
+ outputs = flakes @ { self, nixpkgs, nix, hydra /*, dwarffs */ }: {
7
8
nixopsConfigurations.default =
9
{ inherit nixpkgs; }
delft/network.nix
+1
-1
@@ -59,7 +59,7 @@ in {
59
imports = [
60
../modules/wireguard.nix
61
../modules/prometheus
62
- flakes.dwarffs.nixosModules.dwarffs
62
+ # flakes.dwarffs.nixosModules.dwarffs # broken by Nix 2.6
63
{ system.configurationRevision = flakes.self.rev
64
or (throw "Cannot deploy from an unclean source tree!");
65
nixpkgs.overlays = [