mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
do not import nixpkgs with lookup path
This commit is contained in:
@@ -85,7 +85,7 @@ in {
|
||||
'';
|
||||
in
|
||||
{
|
||||
nixi = "nix repl '<nixpkgs>'";
|
||||
nixi = "nix repl nixpkgs";
|
||||
take = "source ${take}";
|
||||
wcd = "source ${wcd}";
|
||||
where = "source ${where}";
|
||||
|
||||
Reference in New Issue
Block a user