alpha
Login
or
Join now
4uffin.bsky.social
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
My own copy of Tangled :)
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
put out files in out dir
author
Akshay
date
1 year ago
(Feb 2, 2025, 10:56 AM UTC)
commit
91bdfb48
91bdfb48e7ecb82d3d803f7373146e55e0ac9dce
parent
45fa43ea
45fa43ea0db680f873fed45185ed662d9794db1c
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
flake.nix
+1
-1
flake.nix
Reviewed
···
59
59
pkgs = nixpkgsFor."${system}";
60
60
air-watcher = name: pkgs.writeShellScriptBin "run"
61
61
''
62
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"
62
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
63
'';
64
64
in
65
65
{