Skip to content

Commit 626eef9

Browse files
committed
move checks to checks subdirectory
1 parent 45ffb87 commit 626eef9

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

nix/checks/effects.nix renamed to checks/effects.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{ pkgs, ... }:
77
{
88
environment.systemPackages = [
9-
(pkgs.python3.pkgs.callPackage ../../nix/buildbot-effects.nix { })
9+
(pkgs.python3.pkgs.callPackage ../packages/buildbot-effects.nix { })
1010
];
1111
};
1212
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
[
3131
./devShells/flake-module.nix
3232
./nixosModules/flake-module.nix
33-
./nix/checks/flake-module.nix
33+
./checks/flake-module.nix
3434
]
3535
++ inputs.nixpkgs.lib.optional (inputs.treefmt-nix ? flakeModule) ./nix/treefmt/flake-module.nix
3636
++ inputs.nixpkgs.lib.optionals (inputs.hercules-ci-effects ? flakeModule) [

0 commit comments

Comments
 (0)