diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-04 13:40:00 +1100 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-07 11:41:51 +1100 |
| commit | dd48cbd7766baba246f0b2e2bd42baf67e0005d6 (patch) | |
| tree | e55ed6b89339cde7e4107d9113efc4130f8003ef /modules/examples/lnl.nix | |
| parent | 56ac6182d3fcb449db620fac0658eedd56aa1597 (diff) | |
examples: fix evaluation
Diffstat (limited to 'modules/examples/lnl.nix')
| -rw-r--r-- | modules/examples/lnl.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index d944158..f264e1a 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -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; } |
