Justinas Stankevičius

Results 54 comments of Justinas Stankevičius

Thank you for the heads-up. I'll look into replacing the crate nevertheless, but from what I can tell, there aren't actual vulnerabilities discovered in `encoding`at the moment, correct?

Colmena is not flakes-first or flakes-mandatory, hence it takes only NixOS configurations modules (as seen in your last example `imports = [ ./machines/utm-arm.nix ];)`, not an instantiated `nixpkgs.lib.nixosSystem` which you...

To expand on your core issue (how to deploy from x86_64 to aarch64), it should be fine setting `meta.nixpkgs` to a nixpkgs import with the `system` of your machine, and...

The purpose is to allow you to import a flake *into* a non-flake Nix project. > for my devShell based project, If you're making your own `flake.nix`, and using flake-enabled...