Add nix aliases
This commit is contained in:
@@ -38,9 +38,10 @@
|
|||||||
|
|
||||||
# Nix related ones
|
# Nix related ones
|
||||||
gl-nging = "sudo nixos-container run gitlab -- systemctl restart nginx";
|
gl-nging = "sudo nixos-container run gitlab -- systemctl restart nginx";
|
||||||
nixup = "nix flake lock --update-input";
|
nb = "nix build -L";
|
||||||
nixtest = "nixpkgs-review rev HEAD";
|
|
||||||
nixdu = "sudo nix-store --gc --print-roots | egrep -v r\"^(/nix/var|/run/\\w+-system|\\{memory|/proc)\"";
|
nixdu = "sudo nix-store --gc --print-roots | egrep -v r\"^(/nix/var|/run/\\w+-system|\\{memory|/proc)\"";
|
||||||
|
nixtest = "nixpkgs-review rev HEAD";
|
||||||
|
nixup = "nix flake lock --update-input";
|
||||||
|
|
||||||
# General
|
# General
|
||||||
gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh";
|
gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh";
|
||||||
|
|||||||
Reference in New Issue
Block a user