mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 21:38:21 +00:00
examples: fix evaluation
This commit is contained in:
parent
56ac6182d3
commit
dd48cbd776
2 changed files with 4 additions and 2 deletions
|
@ -53,4 +53,6 @@ in
|
||||||
chown hydra:hydra ~hydra ~hydra/.ssh ~hydra/.ssh/authorized_keys
|
chown hydra:hydra ~hydra ~hydra/.ssh ~hydra/.ssh/authorized_keys
|
||||||
echo "ok"
|
echo "ok"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
system.stateVersion = 5;
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,13 +50,11 @@
|
||||||
pkgs.gnupg
|
pkgs.gnupg
|
||||||
pkgs.htop
|
pkgs.htop
|
||||||
pkgs.jq
|
pkgs.jq
|
||||||
pkgs.mosh
|
|
||||||
pkgs.ripgrep
|
pkgs.ripgrep
|
||||||
pkgs.shellcheck
|
pkgs.shellcheck
|
||||||
pkgs.vault
|
pkgs.vault
|
||||||
|
|
||||||
pkgs.qes
|
pkgs.qes
|
||||||
pkgs.darwin-zsh-completions
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.yabai.enable = true;
|
services.yabai.enable = true;
|
||||||
|
@ -331,4 +329,6 @@
|
||||||
|
|
||||||
nix.configureBuildUsers = true;
|
nix.configureBuildUsers = true;
|
||||||
nix.nrBuildUsers = 32;
|
nix.nrBuildUsers = 32;
|
||||||
|
|
||||||
|
system.stateVersion = 5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue