nixos/system/nixpkgs.nix
2024-06-08 00:04:13 +02:00

8 lines
92 B
Nix

{
nixpkgs,
system,
}:
import nixpkgs {
inherit system;
config.allowUnfree = true;
}