From 2e7b95f22439ab51720109df37dd47a34b9e194e Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 23 Oct 2021 14:16:44 +0530 Subject: add flake app --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index c086684..a319266 100644 --- a/flake.nix +++ b/flake.nix @@ -76,6 +76,12 @@ defaultPackage = forAllSystems (system: self.packages."${system}".statix); + defaultApp = forAllSystems (system: + { + type = "app"; + program = "${self.packages."${system}".statix}/bin/statix"; + }); + devShell = forAllSystems (system: let pkgs = nixpkgsFor.${system}; -- cgit v1.2.3