This commit is contained in:
Vivian 2023-04-24 09:35:28 +02:00
parent 9a9ed68db6
commit a51f7a6e61
8 changed files with 28 additions and 76 deletions

View file

@ -1,9 +1,6 @@
# nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'
final: prev: {
v = {
# nixos 22.11 version of minio, need to upgrade backend from fs to xl
minio-old = prev.callPackage ./minio-old { };
glitch-soc = prev.callPackage ./glitch-soc { };
deemix-gui = prev.callPackage ./deemix-gui { };