Make flake runnable
This commit is contained in:
parent
24fb9ac79e
commit
38e5cf0c0d
@ -36,6 +36,11 @@
|
|||||||
inherit (pkgs) intake;
|
inherit (pkgs) intake;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
apps.${system}.default = {
|
||||||
|
type = "app";
|
||||||
|
program = "${self.packages.${system}.intake}/bin/intake";
|
||||||
|
};
|
||||||
|
|
||||||
devShells.${system}.default = pkgs.mkShell {
|
devShells.${system}.default = pkgs.mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
pkgs.go
|
pkgs.go
|
||||||
|
Loading…
Reference in New Issue
Block a user