mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove test script
This commit is contained in:
parent
48920b91f8
commit
6a34e07e17
1 changed files with 0 additions and 5 deletions
|
@ -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}");
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue