mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-02-02 11:15:08 +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
4
nix/repo/nixlets.nix
Normal file
4
nix/repo/nixlets.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{inputs, ...}: let
|
||||
inherit (inputs) self nixlet-lib;
|
||||
in
|
||||
import "${self}/nixlets" {inherit nixlet-lib;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue