Added intel-computer-runtime-legacy
This commit is contained in:
parent
e23b49d2c1
commit
bc543061b6
4 changed files with 68 additions and 2 deletions
6
test.nix
6
test.nix
|
@ -1,9 +1,11 @@
|
|||
{ pkgs ? import <nixpkgs> { overlays = [ (import ./default.nix) ]; } }:
|
||||
let
|
||||
# mypython = pkgs.python3.withPackages (python-pkgs: [
|
||||
# python-pkgs.salt-lint
|
||||
# python-pkgs.dilithium
|
||||
# ]);
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
salt-lint
|
||||
intel-compute-runtime-legacy
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue