Skip to content

Commit

Permalink
feat(build): fluidattacks#1097 deprecate inputs.nixpkgs
Browse files Browse the repository at this point in the history
- Deprecate inputs.nixpkgs from `/makes/nested/main.nix`

Signed-off-by: Robin Quintero <[email protected]>
  • Loading branch information
rohaquinlop authored and danmur97 committed Sep 19, 2023
1 parent 25a1423 commit 6d8cf8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makes/nested/main.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
inputs,
makeSearchPaths,
__nixpkgs__,
...
}:
makeSearchPaths {
bin = [
inputs.nixpkgs.git
__nixpkgs__.git
];
}

0 comments on commit 6d8cf8e

Please sign in to comment.