We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8d751 commit fd93077Copy full SHA for fd93077
nix/commands/typesCommands.nix renamed to nix/commands/commandsType.nix
nix/commands/lib.nix
@@ -3,4 +3,4 @@
3
}:
4
(import ./types.nix { inherit pkgs; }) //
5
(import ./devshell.nix { inherit pkgs; }) //
6
-(import ./typesCommands.nix { inherit pkgs; })
+(import ./commandsType.nix { inherit pkgs; })
0 commit comments