Add overlay to REPL

This commit is contained in:
Jakob Lechner 2024-06-13 13:42:24 +02:00
parent 53b1c122c1
commit 87c0dfba58

View file

@ -19,10 +19,10 @@ repl:
nix repl --expr "\
let \
flake = builtins.getFlake \"$(git rev-parse --show-toplevel)\"; in \
flake // { \
lib = flake.inputs.nixpkgs.lib; \
pkgs = flake.inputs.nixpkgs.legacyPackages."\${builtins.currentSystem}"; \
} \
flake // (with flake; { \
lib = inputs.nixpkgs.lib; \
pkgs = inputs.nixpkgs.legacyPackages."\${builtins.currentSystem}".extend(import ./pkgs inputs); \
}) \
"
luks-pass host: