Skip to content

Commit

Permalink
Merge pull request #1151 from rohaquinlop/issue-1097-docs
Browse files Browse the repository at this point in the history
feat(build): #1097 deprecate inputs.nixpkgs
  • Loading branch information
dsalaza4 authored Sep 6, 2023
2 parents 899ca05 + 1ba2f18 commit 0973627
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 0973627

Please sign in to comment.