summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index bb74c02..f036610 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,13 +28,8 @@
./modules/flake-module.nix
];
- perSystem = { pkgs, inputs', ... }: {
+ perSystem = { pkgs, ... }: {
formatter = pkgs.nixpkgs-fmt;
-
- apps.install = {
- type = "app";
- program = inputs'.disko.packages.disko-install;
- };
};
};
}