remove test script

This commit is contained in:
Sean Buckley 2021-04-10 23:11:06 -04:00
parent 48920b91f8
commit 6a34e07e17

View file

@ -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}");
};
}