add(nix): logisim evolution

This commit is contained in:
Léana 江 2024-01-09 23:51:03 +01:00 committed by Léana 江
parent ef1c784eb0
commit e73346287a
4 changed files with 40 additions and 0 deletions

3
nix/mypkgs/default.nix Normal file
View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
logisim-evolution = pkgs.callPackage ./logisim-evolution.nix {};
}