l binary-cache: use nix-serve-ng from haskellPackages
This commit is contained in:
parent
68bae0b221
commit
9d8db2c17e
@ -1,17 +1,8 @@
|
||||
{ config, lib, pkgs, ...}:
|
||||
let
|
||||
|
||||
nix-serve-ng-src = builtins.fetchTarball {
|
||||
# Replace the URL and hash with whatever you actually need
|
||||
url = "https://github.com/aristanetworks/nix-serve-ng/archive/1937593598bb1285b41804f25cd6f9ddd4d5f1cb.tar.gz";
|
||||
sha256 = "1lqd207gbx1wjbhky33d2r8xi6avfbx4v0kpsvn84zaanifdgz2g";
|
||||
};
|
||||
|
||||
nix-serve-ng = import nix-serve-ng-src;
|
||||
|
||||
in
|
||||
{
|
||||
imports = [ nix-serve-ng.nixosModules.default ];
|
||||
nixpkgs.config.packageOverrides = p: {
|
||||
nix-serve = p.haskellPackages.nix-serve-ng;
|
||||
};
|
||||
# generate private key with:
|
||||
# nix-store --generate-binary-cache-key my-secret-key my-public-key
|
||||
services.nix-serve = {
|
||||
|
Loading…
Reference in New Issue
Block a user