nixpkgs-unfree

This commit is contained in:
Peder Bergebakken Sundt 2023-07-02 09:19:53 +02:00
parent 808b39c9a5
commit 2c36ef2724
1 changed files with 13 additions and 0 deletions

13
cachix/nixpkgs-unfree.nix Normal file
View File

@ -0,0 +1,13 @@
{
nix = {
settings = {
substituters = [
"https://nixpkgs-unfree.cachix.org"
];
trusted-public-keys = [
"nixpkgs-unfree.cachix.org-1:hqvoInulhbV4nJ9yJOEr+4wxhDV4xq2d1DK7S6Nj6rs="
];
};
};
}