diff --git a/flake.nix b/flake.nix index 09d6ec1..9c5e0da 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,6 @@ inputs.system.inputs.nixpkgs-unstable.follows = "nixpkgs-unstable"; outputs = { system, ... }@attrs: { - - out = system.nixosConfigurations.polar.config.system.build.toplevel + out = system.nixosConfigurations.polar.config.system.build.toplevel; }; }