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

View file

@ -1,6 +1,7 @@
{
pkgs,
unstable,
mypkgs,
...
}: {
home.packages = with pkgs; [
@ -52,6 +53,9 @@
]))
# unstable.opam # maybe I'll need this
mypkgs.logisim-evolution
# (pkgs.callPackage ../common/mypkgs/logisim-evolution.nix {inherit pkgs;})
];
programs.direnv = {