diff options
Diffstat (limited to 'users/default.nix')
| -rw-r--r-- | users/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/users/default.nix b/users/default.nix index 964fc3d..3fe9d4a 100644 --- a/users/default.nix +++ b/users/default.nix @@ -1,11 +1,11 @@ -inputs: system: +system: inputs: with inputs; { seth = { pkgs = import nixpkgsUnstable { inherit system; overlays = [nur.overlay getchoo.overlays.default]; }; - - stateVersion = "23.05"; + modules = []; + extraSpecialArgs = {}; }; } |
