This commit is contained in:
Spectre 2024-06-08 00:04:13 +02:00
parent caf6a5517c
commit f59ea55244
10 changed files with 24 additions and 23 deletions

8
system/nixpkgs.nix Normal file
View file

@ -0,0 +1,8 @@
{
nixpkgs,
system,
}:
import nixpkgs {
inherit system;
config.allowUnfree = true;
}