Switch up organization of nix shells
This commit is contained in:
parent
9212f3a380
commit
ef53da0380
17 changed files with 1656 additions and 173 deletions
|
@ -8,7 +8,7 @@ in
|
|||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
neovim = nixpkgs-master.neovim.override {
|
||||
configure = (import ../direnv/shells/vim-base.nix { pkgs = self; }) ;
|
||||
configure = (import ./base.nix { pkgs = self; }) ;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue