From 23d776e53744999b8d8664b137ba5b76c738ff06 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 3 Oct 2022 09:55:36 +0100 Subject: [PATCH] fix(flake): add missing flake name --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5386dce..51d1d07 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ overlays = [ neovim-nightly.overlay ]; in { nixosConfigurations = { - nixpkgs.lib.nixosSystem { + apollo = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./nixpkgs/nixos/apollo/configuration.nix