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 /flake.nix | |
| parent | 7f19591403b0bb4484d707418e399a7d0d6c9271 (diff) | |
unpin nvim-treesitter
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -36,11 +36,7 @@ specialArgs ? {}, pkgs ? nixpkgsUnstable, }: - forAllSystems (system: - import ./users/seth { - inherit pkgs specialArgs system user; - nixpkgsStable = nixpkgs; - }); + forAllSystems (system: import ./users/seth {inherit pkgs specialArgs system user;}); in { homeConfigurations = forAllSystems (system: { inherit ((seth {}).${system}.hm) seth; @@ -79,7 +75,6 @@ name = "glados-wsl"; specialArgs = { desktop = ""; - nixpkgsStable = nixpkgs; standalone = false; wsl = true; }; |
