mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
add binary cache config
This commit is contained in:
parent
591f28e586
commit
61feb89177
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
nixConfig = {
|
||||
extra-substituters = "https://cache.privatevoid.net";
|
||||
extra-trusted-public-keys = "cache.privatevoid.net:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg=";
|
||||
};
|
||||
|
||||
description = "The purely functional package manager - but super!";
|
||||
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05-small";
|
||||
|
|
Loading…
Reference in a new issue