chore: make flake simpler
Some checks failed
build / tests (push) Has been cancelled

This commit is contained in:
Callum Leslie 2026-04-21 09:14:32 +01:00
parent 512135e90e
commit 70b141fc8a
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
3 changed files with 48 additions and 123 deletions

View file

@ -37,7 +37,6 @@ fn preprocess(s: &str) -> Result<Installable, String> {
async fn main() -> Result<(), runix::default::NixCommandLineRunError> {
let cli = Args::parse();
std::env::set_var("NIXPKGS_ALLOW_UNFREE", "1");
Shell {
flake: FlakeArgs::default(),
eval: EvaluationArgs {