Fix shells paths
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ let
|
|||||||
system = pkgs.system;
|
system = pkgs.system;
|
||||||
vim = (
|
vim = (
|
||||||
nixvimunstable.legacyPackages.${system}.makeNixvim (
|
nixvimunstable.legacyPackages.${system}.makeNixvim (
|
||||||
import ./home/modules/baseline/vim/config.nix {
|
import ./home/baseline/vim/config.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
config.nixpkgs.config.allowUnfree = false; # I have tried to allow it, but I don't seem able to do so
|
config.nixpkgs.config.allowUnfree = false; # I have tried to allow it, but I don't seem able to do so
|
||||||
|
|||||||
Reference in New Issue
Block a user