mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +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
|
||||
echo "ok"
|
||||
'';
|
||||
|
||||
system.stateVersion = 5;
|
||||
}
|
||||
|
|
|
@ -50,13 +50,11 @@
|
|||
pkgs.gnupg
|
||||
pkgs.htop
|
||||
pkgs.jq
|
||||
pkgs.mosh
|
||||
pkgs.ripgrep
|
||||
pkgs.shellcheck
|
||||
pkgs.vault
|
||||
|
||||
pkgs.qes
|
||||
pkgs.darwin-zsh-completions
|
||||
];
|
||||
|
||||
services.yabai.enable = true;
|
||||
|
@ -331,4 +329,6 @@
|
|||
|
||||
nix.configureBuildUsers = true;
|
||||
nix.nrBuildUsers = 32;
|
||||
|
||||
system.stateVersion = 5;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue