mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
bitcoin server fixes
This commit is contained in:
parent
10e8a34586
commit
fc37abef96
3 changed files with 18 additions and 18 deletions
6
justfile
6
justfile
|
|
@ -11,13 +11,13 @@ clean:
|
|||
echo "Cleaning build artifacts"
|
||||
if [ -d result ]; then
|
||||
echo "Removing result directory..."
|
||||
rm ./result;
|
||||
rm ./result
|
||||
fi
|
||||
if ls *.qcow2 1> /dev/null 2>&1; then
|
||||
echo "Removing virtual disk..."
|
||||
rm ./*.qcow2;
|
||||
rm ./*.qcow2
|
||||
fi
|
||||
echo "All clean!"
|
||||
echo "Done"
|
||||
|
||||
# Output what derivations will be built
|
||||
out TYPE SYSTEM="desktop":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue