tangled
alpha
login
or
join now
veryroundbird.house
/
core
forked from
tangled.org/core
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
put out files in out dir
oppi.li
1 year ago
972ebcea
5f88e180
+1
-1
1 changed file
expand all
collapse all
unified
split
flake.nix
+1
-1
flake.nix
···
59
pkgs = nixpkgsFor."${system}";
60
air-watcher = name: pkgs.writeShellScriptBin "run"
61
''
62
-
${pkgs.air}/bin/air -c /dev/null -build.cmd "${pkgs.go}/bin/go build -o ${name}.out ./cmd/${name}/main.go" -build.bin "./${name}.out"
63
'';
64
in
65
{
···
59
pkgs = nixpkgsFor."${system}";
60
air-watcher = name: pkgs.writeShellScriptBin "run"
61
''
62
+
${pkgs.air}/bin/air -c /dev/null -build.cmd "${pkgs.go}/bin/go build -o ./out/${name}.out ./cmd/${name}/main.go" -build.bin "./out/${name}.out"
63
'';
64
in
65
{