fix typo
This commit is contained in:
parent
706aaed0fd
commit
efe0439aaa
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
cfg = config.grimmShared;
|
||||
in {
|
||||
config = with cfg; lib.mkIf (enable && tooling.enable) {
|
||||
invironment.systemPackages = with pkgs; [
|
||||
environment.systemPackages = with pkgs; [
|
||||
(writeShellScriptBin "silent-add" "git add --intent-to-add $@ ; git update-index --assume-unchanged $@")
|
||||
(writeShellScriptBin "systemd-owner" "systemctl show -pUser,UID $@")
|
||||
(writeShellScriptBin "nix-referrers" "nix-store --query --referrers $@")
|
||||
|
|
Loading…
Reference in a new issue