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