fix(system): remove nix-alien again

Does not work with custom nixpkgs, and I do not want to add another
nixpkgs input just for nix-alien.
This commit is contained in:
Felix Schröter 2025-05-18 15:53:03 +02:00
parent 460a9970cd
commit 2d1925d0c5
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 4 additions and 72 deletions

View file

@ -1,9 +1,5 @@
{ inputs, pkgs, ... }:
{ ... }:
{
environment.systemPackages = [
inputs.nix-alien.packages.${pkgs.system}.nix-alien
];
programs.nix-ld.enable = true;
}