mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2026-02-02 07:15:09 +01:00
chore: add devtools
This commit is contained in:
parent
7d0c4bc78d
commit
a9d35d750f
11 changed files with 146 additions and 28 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.1.1?dir=lib";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -24,6 +24,7 @@
|
|||
(simple "benchmark")
|
||||
(simple "docs")
|
||||
(simple "ci")
|
||||
(simple "soonix")
|
||||
];
|
||||
}
|
||||
{
|
||||
|
|
@ -32,6 +33,7 @@
|
|||
["repo" "benchmark"]
|
||||
["repo" "docs"]
|
||||
["repo" "ci" "packages"]
|
||||
["repo" "soonix" "packages"]
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue