Post #1308443
2026-02-19 14:07 UTC
Replies (4)
-
@blinry@chaos.social 2026-02-19 14:13
For myself, ideally, the script would set up a #Nix flake with all dependencies in it, and activate it using direnv. Which would probably mean transforming the nixpkgs package into a flake? The script could also give you some aliases to run the nixpkgs phases like configure, patch, or build, from your current shell – I like using the fish shell, but the stdenv assumes bash. I haven't found a reasonable way to invoke the phases "in a subshell"… Getting errors like this: https://github.com/NixOS/nix/issues/15282
-
@dwardoric@chaos.social 2026-02-19 14:12
@blinry Everything in me currently screams "Smalltalk" ;-)
-
@benrutter@mastodon.green 2026-02-19 18:45
@blinry This is such an awesome idea! When I read your first toot I thought immediately "that'd be near impossible for non-interpetted language programmes" but I love this because you've converted it into essentially a search problem! Such a clever way to take stuff from "almost impossible" to "super achievable" almost instantly!
-
@RussSharek@mastodon.art 2026-02-20 02:03
@blinry This seems like just the thing to shave papercuts and rough edges off linux mobile efforts.