diff options
author | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-05-23 22:21:11 +0200 |
---|---|---|
committer | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-05-23 22:21:11 +0200 |
commit | ebfdc6d1a3ae7bb9f88f34b4fa6f4d7fb0260168 (patch) | |
tree | fa670580304560ab0d8f93a1106561277b7dd2d9 /cluster/prod/app/cryptpad/build/deuxfleurs.nix | |
parent | 3e0df95fe90b3cd367e6420b7eb6efed78cea7e0 (diff) | |
download | nixcfg-ebfdc6d1a3ae7bb9f88f34b4fa6f4d7fb0260168.tar.gz nixcfg-ebfdc6d1a3ae7bb9f88f34b4fa6f4d7fb0260168.zip |
cluster/prod(app): Migrate from niv to npins for pinned sources for cryptpad
Diffstat (limited to 'cluster/prod/app/cryptpad/build/deuxfleurs.nix')
-rw-r--r-- | cluster/prod/app/cryptpad/build/deuxfleurs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/cryptpad/build/deuxfleurs.nix b/cluster/prod/app/cryptpad/build/deuxfleurs.nix index 5cb8b8e..b566dae 100644 --- a/cluster/prod/app/cryptpad/build/deuxfleurs.nix +++ b/cluster/prod/app/cryptpad/build/deuxfleurs.nix @@ -1,7 +1,7 @@ { name ? "deuxfleurs/cryptpad" , tag ? "nix-latest" }: let - sources = import ./nix/sources.nix; + sources = import ./npins; pkgs = import sources.nixpkgs {}; in rec { cryptpad = pkgs.callPackage ./default.nix {}; |