diff --git a/flake.nix b/flake.nix index 7655df50..7fdbbe88 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ }; }; - outputs = { self, nixpkgs, ... } @ attrs: with nixpkgs.lib; { + outputs = { nixpkgs, ... } @ attrs: with nixpkgs.lib; { nixosConfigurations = { nixos = nixosSystem { system = "x86_64-linux";