..
This commit is contained in:
13
nixos/core/system/nixpkgs.nix
Normal file
13
nixos/core/system/nixpkgs.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
(_: prev: {
|
||||
python312 = prev.python312.override {packageOverrides = _: pysuper: {nose = pysuper.pynose;};};
|
||||
})
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
input-fonts.acceptLicense = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user