diff options
author | Alan Pearce | 2024-06-13 17:16:09 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-13 17:16:09 +0200 |
commit | f9b4d8ec8c475c541960e89022c28f950e8f0a2a (patch) | |
tree | 91a8769536c80748b266c035330bcf7b0053cc4a /justfile | |
parent | ac0195094bc684fc8dac75f0940541c80b48124e (diff) | |
download | website-f9b4d8ec8c475c541960e89022c28f950e8f0a2a.tar.lz website-f9b4d8ec8c475c541960e89022c28f950e8f0a2a.tar.zst website-f9b4d8ec8c475c541960e89022c28f950e8f0a2a.zip |
fix dev target
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index 1a24bf3..22503ee 100755 --- a/justfile +++ b/justfile @@ -35,7 +35,7 @@ nix-build what: nix build .#{{ what }} dev: - systemfd -s http::3000 modd + systemfd -s http::3000 -- modd docker-stream system=(arch() + "-linux"): @nix build --print-out-paths .#docker-stream-{{ system }} | sh |