Compare commits
No commits in common. "6b53ede822ab937bc03f7299db8691358952e8d1" and "6d7408bc5b550a90672c3f2e3a062948483ae51a" have entirely different histories.
6b53ede822
...
6d7408bc5b
1 changed files with 0 additions and 17 deletions
17
.justfile
17
.justfile
|
|
@ -1,10 +1,6 @@
|
|||
# Hide the default option from the recipes list
|
||||
_default: print-recipes
|
||||
|
||||
# Escape codes for text formatting
|
||||
bold := `tput bold`
|
||||
normal := `tput sgr0`
|
||||
|
||||
find-results:
|
||||
find . -name '*result*'
|
||||
|
||||
|
|
@ -14,19 +10,6 @@ print-recipes:
|
|||
update:
|
||||
nix flake update
|
||||
|
||||
# Update a single input
|
||||
update-input input:
|
||||
nix flake lock --update-input {{input}}
|
||||
|
||||
@edit-secrets:
|
||||
git clone http://git.everest.sable-pancake.ts.net/Toast/nix-secrets.git /tmp/secrets
|
||||
sed -i 's\git+http://git.everest.sable-pancake.ts.net/Toast/nix-secrets\/tmp/secrets\g' flake.nix
|
||||
just -q update-input secrets
|
||||
echo "{{bold}}All done!"
|
||||
echo "{{normal}}Remember to restore flake.nix"
|
||||
echo ""
|
||||
echo ""
|
||||
|
||||
alias build := build-nixos
|
||||
# Build a NixOS configuration
|
||||
build-nixos host=`hostname`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue