chore: refactor stuff in exprs

This commit is contained in:
uku 2024-08-11 10:47:43 +02:00
parent e575eb17d8
commit 4d2d8ab852
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 7 additions and 15 deletions

View file

@ -6,6 +6,9 @@
perSystem = {pkgs, ...}: {
packages = {
reposilite = pkgs.callPackage ./reposilite/derivation.nix {};
wine-discord-ipc-bridge = pkgs.callPackage ./pkgs/wine-discord-ipc-bridge.nix {
inherit (pkgs.pkgsCross.mingw32) stdenv;
};
};
};
}