aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-24 18:59:29 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-24 18:59:29 -0700
commitdef6c4bae2e8c635796ca06f4b465844a0d62d3d (patch)
treefe9e06885fc8ac4e279acf5236f8e9d038d58bd3 /justfile
parentinstall tools with nix instead of brew (diff)
downloadinfra-def6c4bae2e8c635796ca06f4b465844a0d62d3d.tar.gz
add more shell aliases for nix commands
Diffstat (limited to 'justfile')
-rw-r--r--justfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/justfile b/justfile
index f5cd40e..edaf429 100644
--- a/justfile
+++ b/justfile
@@ -6,30 +6,6 @@ hostname := lowercase(`hostname -s`)
default:
@just --list
-[doc('a simple check to ensure the nix configuration is OK')]
-[group('nix')]
-test-nix:
- nix flake check
- nix develop -c echo OK
-
-# Nix Store can contains corrupted entries if the nix store object has been modified unexpectedly.
-# This command will verify all the store entries,
-
-[doc('verify all the store entries')]
-[group('nix')]
-verify-store:
- nix store verify --all
-
-[doc('list recent version')]
-[group('nix')]
-history:
- nix profile history --profile /nix/var/nix/profiles/system
-
-[doc('show all the auto gc roots in the nix store')]
-[group('nix')]
-gcroot:
- ls -al /nix/var/nix/gcroots/auto/
-
[group('llm')]
llm:
#!/usr/bin/env fish