Skip to content

⬆️ Update flake inputs and their dependencies#3764

Closed
jeyemwey wants to merge 1 commit intodevelopfrom
fix/flake
Closed

⬆️ Update flake inputs and their dependencies#3764
jeyemwey wants to merge 1 commit intodevelopfrom
fix/flake

Conversation

@jeyemwey
Copy link
Copy Markdown
Contributor

@jeyemwey jeyemwey commented Aug 2, 2025

This is necessary because Vite expects Node 22, and flake's nixpkgs only served Node 20. Now we're at a Node v22.17.0.

This is necessary because Vite expects Node 22, and flake's nixpkgs only served Node 20. Now we're at a Node v22.17.0.
@jeyemwey
Copy link
Copy Markdown
Contributor Author

jeyemwey commented Aug 2, 2025

Keine Ahnung, wer hier reviewen möchte, weil @NyCodeGHG und ich die einzigen beiden waren, die überhaupt das Flake benutzen (gehe ich von aus zumindest)

@NyCodeGHG
Copy link
Copy Markdown
Contributor

This breaks when I try to nix develop --impure on a fresh setup, doesn't break without this PR (still kind of because of stuff in .env.example), (but the flake could also use a refactoring).

error:
       … while evaluating an expression to select 'drvPath' on it
         at «internal»:1:552:
       … while evaluating strict
         at «internal»:1:552:
       (stack trace truncated; use '--show-trace' to show the full trace)

       error: attribute 'DB_DATABASE' missing
       at /nix/store/ri1pq88aymnbrbpsk0dmkmvwspxzm5qq-source/flake.nix:52:35:
           51|               {
           52|                 name = config.env.DB_DATABASE;
             |                                   ^
           53|               }

@MrKrisKrisu MrKrisKrisu added 🥱 stale stale pr's that apparently are no longer maintained ❄️ nix labels Oct 19, 2025
@MrKrisKrisu
Copy link
Copy Markdown
Member

weil @NyCodeGHG und ich die einzigen beiden waren, die überhaupt das Flake benutzen (gehe ich von aus zumindest)

Do either of you actually use this? It seems to me like we have some unnecessary dead code lying around here that no one is actively maintaining. Can we remove the Nix support? Or is it still needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

❄️ nix 🥱 stale stale pr's that apparently are no longer maintained

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants