Install soft-serve on ninurta

This commit is contained in:
Tim Schubert 2023-07-09 01:11:47 +02:00
parent 4225de2ae9
commit 9480ab3246
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
7 changed files with 280 additions and 5 deletions

View file

@ -38,4 +38,8 @@
};
});
};
soft-serve = final: prev: {
soft-serve = prev.callPackage ./pkgs/soft-serve.nix { };
};
}