feat(exprs): add enigma
This commit is contained in:
parent
44821191a7
commit
ad07db8094
3 changed files with 47 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
perSystem = {pkgs, ...}: {
|
||||
packages = {
|
||||
reposilite = pkgs.callPackage ./reposilite/derivation.nix {};
|
||||
enigma = pkgs.callPackage ./pkgs/enigma.nix {};
|
||||
|
||||
wine-discord-ipc-bridge = pkgs.callPackage ./pkgs/wine-discord-ipc-bridge.nix {
|
||||
inherit (pkgs.pkgsCross.mingw32) stdenv;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue