Added netrw~nvim and salt-lint
This commit is contained in:
parent
2ed60c215f
commit
54336cf9d4
4 changed files with 26 additions and 13 deletions
10
test.nix
10
test.nix
|
@ -1,11 +1,9 @@
|
|||
{ pkgs ? import <nixpkgs> { overlays = [ (import ./default.nix) ]; } }:
|
||||
let
|
||||
mypython = pkgs.python3.withPackages (python-pkgs: [
|
||||
python-pkgs.salt-lint
|
||||
]);
|
||||
in
|
||||
# mypython = pkgs.python3.withPackages (python-pkgs: [
|
||||
# python-pkgs.salt-lint
|
||||
# ]);
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
mypython
|
||||
salt-lint
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue