mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-15 17:18:59 -05:00
removed pkgs from specialArgs
This commit is contained in:
parent
5c4f895eac
commit
7bbde723da
2 changed files with 17 additions and 19 deletions
|
|
@ -21,5 +21,16 @@
|
|||
nerd-fonts.hack
|
||||
nerd-fonts.jetbrains-mono
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
config.permittedInsecurePackages = [
|
||||
"dotnet-runtime-wrapped-7.0.20"
|
||||
"dotnet-runtime-7.0.20"
|
||||
"SDL_ttf-2.0.11"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue