This commit is contained in:
parent
4f36c42b22
commit
ad3ded339f
11 changed files with 103 additions and 73 deletions
24
pkgs/custom.nix
Normal file
24
pkgs/custom.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
t,
|
||||
dumpasm,
|
||||
jujutsu,
|
||||
pipethon,
|
||||
niri-unstable,
|
||||
raw-data,
|
||||
p1n3appl3,
|
||||
pkgs,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
inherit (pkgs) system;
|
||||
in
|
||||
{
|
||||
t = t.packages.${system}.default;
|
||||
inherit (dumpasm.packages.${system}) dumpasm;
|
||||
inherit (jujutsu.packages.${system}) jujutsu;
|
||||
inherit (niri-unstable.packages.${system}) niri;
|
||||
pipethon = pipethon.packages.${system}.python;
|
||||
raw-data = raw-data.packages.${system}.default;
|
||||
p1n3appl3 = p1n3appl3.packages.${system};
|
||||
}
|
||||
// (import ./maple.nix inputs)
|
||||
Loading…
Add table
Add a link
Reference in a new issue