-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
nix-shell has a pretty awesome ability to create a FHS compatible environment. However the shell hook current breaks nix-cage.
IE the following shell.nix:
# shell.nix
{ pkgs ? import <nixpkgs> {} }:
(pkgs.buildFHSUserEnv {
name = "simple-x11-env";
targetPkgs = pkgs: (with pkgs; [
python3
]);
multiPkgs = pkgs: (with pkgs; [
python3
]);
runScript = "bash";
}).envReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels