From 6a34e07e17309c5c8ccb443455895ee0fc6fabd6 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sat, 10 Apr 2021 23:11:06 -0400 Subject: [PATCH] remove test script --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) 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}"); - }; }