parent
b3b65c1bd9
commit
c701e335d1
39 changed files with 54 additions and 42 deletions
apps
12
apps/default.nix
Normal file
12
apps/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
mkApp = file: {
|
||||
program = pkgs.callPackage file ({} // inputs);
|
||||
type = "app";
|
||||
};
|
||||
in {
|
||||
updateFlake = mkApp ./update;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue