Flake: add package
This commit is contained in:
parent
9e481f20da
commit
be97a926ce
2 changed files with 33 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
|||
nodejs
|
||||
];
|
||||
};
|
||||
packages = rec {
|
||||
default = shows-api;
|
||||
shows-api = pkgs.callPackage ./package.nix {};
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue