-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update inputs.nixpkgs #1097
Labels
Comments
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Sep 5, 2023
- Replace inputs.nixpkgs with __nixpkgs__ at container-image Signed-off-by: Robin Quintero <[email protected]>
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Sep 6, 2023
- Replace inputs.nixpkgs with __nixpkgs__ at container-image Signed-off-by: Robin Quintero <[email protected]>
dsalaza4
added a commit
that referenced
this issue
Sep 6, 2023
feat(build): #1097 deprecate inputs.nixpkgs
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Sep 6, 2023
- replace `inputs.nixpkgs` with `__nixpkgs__` at `/makes.nix` Signed-off-by: Robin Quintero <[email protected]>
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Sep 6, 2023
- Deprecate inputs.nixpkgs from `/makes/docs/runtime/main.nix` Signed-off-by: Robin Quintero <[email protected]>
rohaquinlop
added a commit
to rohaquinlop/makes
that referenced
this issue
Sep 6, 2023
- Deprecate inputs.nixpkgs from `/makes/nested/main.nix` Signed-off-by: Robin Quintero <[email protected]>
dsalaza4
added a commit
that referenced
this issue
Sep 6, 2023
feat(build): #1097 deprecate inputs.nixpkgs
dsalaza4
added a commit
that referenced
this issue
Sep 6, 2023
feat(build): #1097 deprecate inputs.nixpkgs
dsalaza4
added a commit
that referenced
this issue
Sep 6, 2023
feat(build): #1097 deprecate inputs.nixpkgs
danmur97
pushed a commit
to danmur97/makes
that referenced
this issue
Sep 19, 2023
- Deprecate inputs.nixpkgs from `/makes/nested/main.nix` Signed-off-by: Robin Quintero <[email protected]>
danmur97
pushed a commit
to danmur97/makes
that referenced
this issue
Sep 19, 2023
- Deprecate inputs.nixpkgs from `/makes/docs/runtime/main.nix` Signed-off-by: Robin Quintero <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Makes currently uses a pretty old version of nixpkgs to build its container:
makes/makes.nix
Lines 138 to 141 in 1311f28
Let's:
inputs.nixpkgs
to a more recent version__nixpkgs__
for building the containerThe text was updated successfully, but these errors were encountered: