mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-02-02 03:05:09 +01:00
feat: switch from flake-parts & devenv to rensa + add nixtest
This commit is contained in:
parent
6af83809f7
commit
012a3afb2d
18 changed files with 553 additions and 611 deletions
18
nix/repo/apps.nix
Normal file
18
nix/repo/apps.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
inputs,
|
||||
cell,
|
||||
...
|
||||
}: let
|
||||
inherit (inputs) pkgs nixlet-lib;
|
||||
inherit (cell) nixlets;
|
||||
in {
|
||||
upload = {
|
||||
type = "app";
|
||||
program =
|
||||
(pkgs.callPackage nixlet-lib.uploadNixletsToGitlab {
|
||||
projectId = "55602785";
|
||||
nixlets = builtins.attrValues nixlets;
|
||||
})
|
||||
+ "/bin/nixlets-upload";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue