mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2026-05-04 18:29:30 +02:00
chore: add devtools, lefthook, changelog etc.
This commit is contained in:
parent
097f775cff
commit
6b0680673d
8 changed files with 437 additions and 50 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
ren.url = "gitlab:rensa-nix/core?dir=lib";
|
||||
ren.url = "gitlab:rensa-nix/core/v0.2.0?dir=lib";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -18,13 +18,6 @@
|
|||
// {
|
||||
pkgs = import i.nixpkgs {inherit system;};
|
||||
};
|
||||
cellBlocks = with ren.blocks; [
|
||||
(simple "devShells")
|
||||
(simple "pkgs")
|
||||
(simple "tests")
|
||||
(simple "docs")
|
||||
(simple "ci")
|
||||
];
|
||||
}
|
||||
{
|
||||
packages = ren.select self [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue