Skip to content

Commit

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

Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
  • Loading branch information
rohaquinlop committed Sep 6, 2023
1 parent 45f7141 commit 1ba2f18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions makes/docs/runtime/main.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
inputs,
makePythonPypiEnvironment,
makeSearchPaths,
__nixpkgs__,
...
}:
makeSearchPaths {
bin = [
inputs.nixpkgs.git
inputs.nixpkgs.mkdocs
__nixpkgs__.git
__nixpkgs__.mkdocs
];
source = [
(makePythonPypiEnvironment {
Expand Down

0 comments on commit 1ba2f18

Please sign in to comment.