Skip to content

Commit 1fd965a

Browse files
committed
don't export nixos-shell as an anonymous nixos module
1 parent 5caa082 commit 1fd965a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
removeAttrs configs.vm [ "extendModules" "override" ];
3838
};
3939

40-
nixosModules.nixos-shell = import ./share/modules/nixos-shell.nix;
40+
nixosModules.nixos-shell.imports = [ ./share/modules/nixos-shell.nix ];
4141
}
4242

4343
//

0 commit comments

Comments
 (0)