Enable unfree on nix-shell

This commit is contained in:
Natsu Kagami 2021-11-27 21:02:13 -05:00
parent 54449a4506
commit 3de9b8ab91
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

1
config.nix Normal file
View file

@ -0,0 +1 @@
{ allowUnfree = true; }