Testing update to auto install
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -127,20 +127,12 @@
|
||||
{
|
||||
default = self.packages.${system}.install;
|
||||
|
||||
install = pkgs.writeShellApplication {
|
||||
name = "install";
|
||||
text = builtins.readFile ./install.sh;
|
||||
};
|
||||
install = pkgs.writeScriptBin "install" ./install.sh;
|
||||
});
|
||||
|
||||
apps = forAllSystems (system: {
|
||||
default = self.apps.${system}.install;
|
||||
|
||||
demo = {
|
||||
type = "app";
|
||||
program = "${self.packages.${system}.demo}/bin/run-plasma-demo-vm";
|
||||
};
|
||||
|
||||
install = {
|
||||
type = "app";
|
||||
program = "${self.packages.${system}.install}/bin/install";
|
||||
|
Reference in New Issue
Block a user