chore: Update the repo #14

Open
lbailly wants to merge 2 commits from staging into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5bd11004fd - Show all commits

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 "" "$@"