Add overlay to REPL
This commit is contained in:
parent
53b1c122c1
commit
87c0dfba58
1 changed files with 4 additions and 4 deletions
8
justfile
8
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue