balls 2 the new balls

This commit is contained in:
2026-01-06 20:21:23 +00:00
parent 1f2d87517a
commit b772c9ba10
3 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1 @@
/nix/store/9hpficax6bzwhgl622w21pkx39wl6r8w-source

View File

@@ -1 +0,0 @@
/nix/store/s3wszxf5k8i4gi65sinmb159iqk2pkh6-source

View File

@@ -80,6 +80,13 @@
}; };
}); });
apps = forEachSupportedSystem ({ pkgs }: {
default = {
type = "app";
program = "${pkgs.default}/bin/whereAmI"; # or self.packages.${pkgs.system}.default
};
});
devShells = forEachSupportedSystem ( devShells = forEachSupportedSystem (
{ pkgs }: { pkgs }:
{ {