Add my self-packaged apps to flake.nix
so I can easily update them in future.
This commit is contained in:
parent
1b7aa8a8b3
commit
a23fc68d9e
1 changed files with 6 additions and 0 deletions
|
@ -106,5 +106,11 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
packages.x86_64-linux = {
|
||||
irdkit = callPackage ./home/packages/irdkit/package.nix {};
|
||||
ird_tools = callPackage ./home/packages/ird_tools/package.nix {};
|
||||
# rom-properties = callPackage ./home/packages/rom-properties/package.nix {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue