global/nix: add local checkout to nix path
This commit is contained in:
parent
17116786bc
commit
9149206848
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ in
|
|||
nix-path = [
|
||||
"nixpkgs=${inputs.nixpkgs}"
|
||||
"devshell=${inputs.devshell}"
|
||||
"local=/nix/nixpkgs"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue