nixos-configs/justfile
matt1432 4cdd8c0d43
All checks were successful
Discord / discord commits (push) Has been skipped
feat(komga): add script to make a Series from a Read List
2025-03-24 13:18:27 -04:00

32 lines
709 B
Makefile

default:
@just --list
docs:
nix run "$FLAKE"#gen-docs
genflake:
#!/usr/bin/env bash
# Get changes from inputs/default.nix
nix run "$FLAKE"#genflake "$FLAKE"/flake.nix &&
# Evaluate `follows` from new flake.lock
nix run "$FLAKE"#genflake "$FLAKE"/flake.nix &&
# Make sure everything is right
nix run "$FLAKE"#genflake "$FLAKE"/flake.nix
alejandra -q "$FLAKE"/flake.nix
[positional-arguments]
l2s action list:
nix run "$FLAKE"#list2series -- "$@"
[positional-arguments]
mc-mods version action='check':
nix run "$FLAKE"#mc-mods -- "$@"
[positional-arguments]
pin args:
nix run "$FLAKE"#pin-inputs -- "$@"
[positional-arguments]
up args:
nix run "$FLAKE"#update-sources -- "$@"