alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
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.
This repository has no description
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
2
Pulls
1
Pipelines
put out files in out dir
author
Akshay
date
2 years 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
View file
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
{