Fix unfree and PATH for jailed-agy
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# TODO: move below into hosts/deimos/home.nix
|
||||
sshfs
|
||||
|
||||
@@ -26,7 +26,6 @@ in
|
||||
(set-env "PIP_TARGET" (noescape "\"$PWD/.pip-packages\""))
|
||||
(set-env "PIP_CACHE_DIR" (noescape "\"$PWD/.pip-cache\""))
|
||||
(set-env "PIP_BREAK_SYSTEM_PACKAGES" "1")
|
||||
(add-path (noescape "\"$PWD/.pip-packages/bin\""))
|
||||
|
||||
(add-pkg-deps (
|
||||
with pkgs;
|
||||
|
||||
Reference in New Issue
Block a user