Fix unfree and PATH for jailed-agy

This commit is contained in:
2026-06-12 13:35:31 +00:00
parent 0c0c94e4bf
commit a2c2b2a2e5
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,8 @@
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# TODO: move below into hosts/deimos/home.nix # TODO: move below into hosts/deimos/home.nix
sshfs sshfs

View File

@@ -26,7 +26,6 @@ in
(set-env "PIP_TARGET" (noescape "\"$PWD/.pip-packages\"")) (set-env "PIP_TARGET" (noescape "\"$PWD/.pip-packages\""))
(set-env "PIP_CACHE_DIR" (noescape "\"$PWD/.pip-cache\"")) (set-env "PIP_CACHE_DIR" (noescape "\"$PWD/.pip-cache\""))
(set-env "PIP_BREAK_SYSTEM_PACKAGES" "1") (set-env "PIP_BREAK_SYSTEM_PACKAGES" "1")
(add-path (noescape "\"$PWD/.pip-packages/bin\""))
(add-pkg-deps ( (add-pkg-deps (
with pkgs; with pkgs;