diff --git a/.direnv/flake-inputs/9hpficax6bzwhgl622w21pkx39wl6r8w-source b/.direnv/flake-inputs/9hpficax6bzwhgl622w21pkx39wl6r8w-source new file mode 120000 index 0000000..160e0cf --- /dev/null +++ b/.direnv/flake-inputs/9hpficax6bzwhgl622w21pkx39wl6r8w-source @@ -0,0 +1 @@ +/nix/store/9hpficax6bzwhgl622w21pkx39wl6r8w-source \ No newline at end of file diff --git a/.direnv/flake-inputs/s3wszxf5k8i4gi65sinmb159iqk2pkh6-source b/.direnv/flake-inputs/s3wszxf5k8i4gi65sinmb159iqk2pkh6-source deleted file mode 120000 index 4ae26e5..0000000 --- a/.direnv/flake-inputs/s3wszxf5k8i4gi65sinmb159iqk2pkh6-source +++ /dev/null @@ -1 +0,0 @@ -/nix/store/s3wszxf5k8i4gi65sinmb159iqk2pkh6-source \ No newline at end of file diff --git a/flake.nix b/flake.nix index 4634499..63b3760 100644 --- a/flake.nix +++ b/flake.nix @@ -80,6 +80,13 @@ }; }); + apps = forEachSupportedSystem ({ pkgs }: { + default = { + type = "app"; + program = "${pkgs.default}/bin/whereAmI"; # or self.packages.${pkgs.system}.default + }; + }); + devShells = forEachSupportedSystem ( { pkgs }: {