From 1784c362ed00fd8d6fe3f69e513d3776081ab729 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 7 Nov 2019 18:46:32 +0100 Subject: [PATCH] Simplify flake.nix --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 1e757f20..aa2c6762 100644 --- a/flake.nix +++ b/flake.nix @@ -325,8 +325,9 @@ nixosConfigurations.container = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = - [ { imports = [ self.nixosModules.hydraTest self.nixosModules.hydraProxy ]; - system.configurationRevision = self.rev; + [ self.nixosModules.hydraTest + self.nixosModules.hydraProxy + { system.configurationRevision = self.rev; boot.isContainer = true; networking.useDHCP = false;