mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-21 21:22:23 +03:00
groups: rename to WIP-groups
to make the status of this module more clear
This commit is contained in:
parent
427b5e94f4
commit
2f344133c3
@ -24,7 +24,7 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
dream2nix.modules.dream2nix.groups
|
||||
dream2nix.modules.dream2nix.WIP-groups
|
||||
];
|
||||
|
||||
# Overrides for all package sets
|
||||
|
@ -41,7 +41,7 @@
|
||||
};
|
||||
in {
|
||||
imports = [
|
||||
dream2nix.modules.dream2nix.groups
|
||||
dream2nix.modules.dream2nix.WIP-groups
|
||||
dream2nix.modules.dream2nix.buildPythonPackage
|
||||
../core/deps
|
||||
./interface.nix
|
||||
|
@ -8,7 +8,7 @@
|
||||
eval = module:
|
||||
(lib.evalModules {
|
||||
modules = [
|
||||
dream2nix.modules.dream2nix.groups
|
||||
dream2nix.modules.dream2nix.WIP-groups
|
||||
module
|
||||
];
|
||||
specialArgs = {
|
||||
|
Loading…
Reference in New Issue
Block a user