mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49: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
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue