Added intel-computer-runtime-legacy

This commit is contained in:
fleaz 2024-12-28 16:47:31 +01:00
parent e23b49d2c1
commit bc543061b6
Signed by: fleaz
GPG key ID: AED15F8FDD04D083
4 changed files with 68 additions and 2 deletions

View file

@ -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
];
}