nix-stuff/.justfile

13 lines
278 B
Makefile

# Hide the default option from the recipes list
_default: print-recipes
find-results:
find . -name '*result*'
print-recipes:
@just --list
alias build := build-nixos
# Build a NixOS configuration
build-nixos host=`hostname`:
nixos-rebuild build --flake .#{{host}}