> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux 17:23:15 up 3 days 16:24, 2 users, load average: 0.25, 1.27, 2.03
This commit is contained in:
parent
73449abc2b
commit
8102c8b7bb
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@
|
|||
gtkwave
|
||||
];
|
||||
|
||||
inputsFrom = [ self.packages.${system}.default ];
|
||||
inputsFrom = [ self.packages.${system}.nemu ];
|
||||
};
|
||||
|
||||
packages.default = with pkgs; stdenv.mkDerivation rec {
|
||||
packages.nemu = with pkgs; stdenv.mkDerivation rec {
|
||||
pname = "nemu";
|
||||
version = "2024-01-02";
|
||||
|
||||
|
|
Loading…
Reference in a new issue