fix(shell): ensure purity of evaluation
All checks were successful
lint / check (push) Successful in 17s

This commit is contained in:
catvayor 2025-03-08 16:52:01 +01:00
parent b3e97e0be5
commit 5bd11004fd
Signed by: lbailly
GPG key ID: CE3E645251AC63F3
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
{
sources ? import ./npins,
pkgs ? import sources.nixpkgs { },
pkgs ? import sources.nixpkgs { overlays = [ ]; },
nix-pkgs ? import sources.nix-pkgs { inherit pkgs; },
}:

View file

@ -28,4 +28,4 @@ if [[ $1 == 'apply' ]]; then
doChecks
fi
exec @colmena@ "$@"
exec @colmena@ --nix-option nix-path "" "$@"