Skip to content
Snippets Groups Projects
Commit 17039254 authored by Tim's avatar Tim
Browse files

Merge branch 'add-nix-shell' into 'master'

add FHS shell for nix

See merge request !7
parents f7c09bc5 5d9e97bc
No related branches found
No related tags found
1 merge request!7add FHS shell for nix
Pipeline #2493 passed
{ pkgs ? import <nixpkgs> {} }:
(pkgs.buildFHSUserEnv {
name = "pip-shell";
targetPkgs = pkgs: (with pkgs; [
python39
python39Packages.pip
python39Packages.virtualenv
llvmPackages_6.libcxx
]);
runScript = "bash";
}).env
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment