diff --git a/justfile b/justfile index b8d309c..715cff1 100644 --- a/justfile +++ b/justfile @@ -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: