diff --git a/flake.nix b/flake.nix index 00c2a99..a9c3ec2 100644 --- a/flake.nix +++ b/flake.nix @@ -8,10 +8,5 @@ config = { sconfig.flakes.enable = true; }; }; nixosConfigurations = import ./hosts { sconfig = ./.; inherit unstable stable2009; }; - - defaultPackage."x86_64-linux" = - with (import unstable { system = "x86_64-linux"; }); - (writeShellScriptBin "x" "cat ${writeText "x" self.nixosConfigurations.test}"); - }; }