diff options
| author | seth <[email protected]> | 2023-03-01 21:09:07 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-01 21:09:07 -0500 |
| commit | b76b50f277a9b7bda79438d22721bad7e4a6bd65 (patch) | |
| tree | d1bc9351308de7d2a0d16fc40903662a9008630c /users/seth/default.nix | |
| parent | 7f19591403b0bb4484d707418e399a7d0d6c9271 (diff) | |
unpin nvim-treesitter
Diffstat (limited to 'users/seth/default.nix')
| -rw-r--r-- | users/seth/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/users/seth/default.nix b/users/seth/default.nix index 140eac8..c3241d0 100644 --- a/users/seth/default.nix +++ b/users/seth/default.nix @@ -3,7 +3,6 @@ specialArgs, user, system ? "x86_64-linux", - nixpkgsStable, }: let common = { username = "seth"; @@ -16,7 +15,6 @@ in inherit system; channel = pkgs; extraSpecialArgs = { - inherit nixpkgsStable; standalone = true; desktop = ""; }; |
