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 e59719f commit 0889de2Copy full SHA for 0889de2
nix/commands/typesCommands.nix nix/commands/commandsType.nixnix/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