Sandro :nixos: :verified_gay:
Some lefti :AFD:, NixOS :nixos:, Linux :tux:, Chaos :fairydust:
I write (and sometimes rant) here about my DevOps experience at work, the hackspace and at home.
Don’t be afraid of colorful flags :progress_pride: 🏳️🌈🏳️⚧️🚩🏴
“If the rules are the problem, the rules must change!” ~ don’t know
- 0 Posts
- 3 Comments
Joined 4 years ago
Cake day: November 30th, 2022
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Sandro :nixos: :verified_gay:@c3d2.socialto
NixOS@infosec.pub•What's that thing with --extra-experimental-features?
4·2 years ago@silmaril You can combine the flag --extra-experimental-features “nix-command flakes” or use nix.settings.extra-experimental-features = [ “nix-command” “flakes” ];

@QuizzaciousOtter
You can then no longer split pure evaluation and build as you need to build an undefined amount of things to finish the first evaluation. This is especially worse for Hydra, for nixos systems it usually works. Especially when bootstrapping is involved this can make the initial eval take almost days.