This commit is contained in:
2025-02-21 17:57:48 -05:00
parent 20c47da380
commit df2ccf9f9d
4 changed files with 23 additions and 15 deletions

View File

@@ -20,6 +20,13 @@
inputs.disko.nixosModules.disko
];
programs.nix-ld = {
enable = true;
libraries = with pkgs; [
stdenv.cc.cc
];
};
nixpkgs.config.allowUnfreePredicate =
pkg:
builtins.elem (lib.getName pkg) [