Test python plugin
This commit is contained in:
parent
88554ee311
commit
2ed60c215f
8
test.nix
8
test.nix
|
@ -1,7 +1,11 @@
|
||||||
{ pkgs ? import <nixpkgs> { overlays = [ (import ./default.nix) ]; } }:
|
{ pkgs ? import <nixpkgs> { overlays = [ (import ./default.nix) ]; } }:
|
||||||
|
let
|
||||||
|
mypython = pkgs.python3.withPackages (python-pkgs: [
|
||||||
|
python-pkgs.salt-lint
|
||||||
|
]);
|
||||||
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
gohome
|
mypython
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue