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

@ -61,6 +61,8 @@
pkgs = pkgsS s;
};
mypkgsS = s: import ./mypkgs {pkgs = pkgsS s;};
nixosWithSystem = device: system: let
args = {
pkgs = pkgsS system;
@ -68,6 +70,7 @@
wired = wiredS system;
agenix = agenixS system;
nur = nurS system;
mypkgs = mypkgsS system;
hostname = device;
inherit system;
};