Silly me, I forgot pkgs.
on the flake's callPackage
call for rom-properties
!
This commit is contained in:
parent
d4bb874a57
commit
3b7957d45b
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
|||
ird_tools = pkgs.callPackage ./home/packages/ird_tools/package.nix {};
|
||||
ps3dec = pkgs.callPackage ./home/packages/ps3dec/package.nix {};
|
||||
sabretools = pkgs.callPackage ./home/packages/sabretools/package.nix {};
|
||||
rom-properties = callPackage ./home/packages/rom-properties/package.nix {};
|
||||
rom-properties = pkgs.callPackage ./home/packages/rom-properties/package.nix {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue