mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2026-02-02 15:25:08 +01:00
chore: move .nix -> nix, remove unused flake input
This commit is contained in:
parent
695d36a457
commit
9cb2d2bef6
8 changed files with 2 additions and 193 deletions
10
nix/repo/tests.nix
Normal file
10
nix/repo/tests.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{inputs, ...}: let
|
||||
inherit (inputs) pkgs ntlib devshell;
|
||||
in {
|
||||
tests = ntlib.mkNixtest {
|
||||
modules = ntlib.autodiscover {dir = "${inputs.self}/tests";};
|
||||
args = {
|
||||
inherit ntlib devshell pkgs;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue