mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(nix): logisim evolution
This commit is contained in:
parent
ef1c784eb0
commit
e73346287a
4 changed files with 40 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue