Make flake runnable

This commit is contained in:
Tim Van Baak 2025-05-02 15:01:46 -07:00
parent 24fb9ac79e
commit 38e5cf0c0d

View File

@ -36,6 +36,11 @@
inherit (pkgs) intake;
};
apps.${system}.default = {
type = "app";
program = "${self.packages.${system}.intake}/bin/intake";
};
devShells.${system}.default = pkgs.mkShell {
packages = [
pkgs.go