working
This commit is contained in:
parent
caf6a5517c
commit
f59ea55244
10 changed files with 24 additions and 23 deletions
8
system/nixpkgs.nix
Normal file
8
system/nixpkgs.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
nixpkgs,
|
||||
system,
|
||||
}:
|
||||
import nixpkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue