Skip to content
Snippets Groups Projects

Update zkapauthorize to use mach-nix and nixos-21.05.

Merged Tom Prince requested to merge tomprince/PrivateStorageio:tahoe-on-nixos-2105 into develop
1 unresolved thread
Compare and
6 files
+ 30
33
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 8
0
{ fetchFromGitHub, callPackage, lib }:
let
repo-data = lib.importJSON ./repo.json;
repo = fetchFromGitHub (builtins.removeAttrs repo-data [ "branch" ]);
privatestorage = callPackage repo {};
in
privatestorage.privatestorage
Loading