move nixos-modules/ -> nixos/
This commit is contained in:
parent
c5c867b43f
commit
e07047ab50
4 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ mix.newMixture args (mixture: {
|
|||
|
||||
nixosModules = rec {
|
||||
default = cerulean;
|
||||
cerulean = ./nixos-module;
|
||||
cerulean = ./nixos;
|
||||
};
|
||||
|
||||
overlays = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue