mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-22 06:32:21 +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 = [
|
imports = [
|
||||||
dream2nix.modules.dream2nix.groups
|
dream2nix.modules.dream2nix.WIP-groups
|
||||||
];
|
];
|
||||||
|
|
||||||
# Overrides for all package sets
|
# Overrides for all package sets
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
dream2nix.modules.dream2nix.groups
|
dream2nix.modules.dream2nix.WIP-groups
|
||||||
dream2nix.modules.dream2nix.buildPythonPackage
|
dream2nix.modules.dream2nix.buildPythonPackage
|
||||||
../core/deps
|
../core/deps
|
||||||
./interface.nix
|
./interface.nix
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
eval = module:
|
eval = module:
|
||||||
(lib.evalModules {
|
(lib.evalModules {
|
||||||
modules = [
|
modules = [
|
||||||
dream2nix.modules.dream2nix.groups
|
dream2nix.modules.dream2nix.WIP-groups
|
||||||
module
|
module
|
||||||
];
|
];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
|
Loading…
Reference in New Issue
Block a user