refactor: rename nixos.nix to configurations.nix
This commit is contained in:
parent
8171b46d52
commit
757640652f
1 changed files with 0 additions and 0 deletions
|
@ -1,9 +0,0 @@
|
|||
{ config, ... }:
|
||||
let
|
||||
inherit (cfg.lib) extractConfigurations;
|
||||
cfg = config.flake;
|
||||
hosts = cfg.manifest.hosts or { };
|
||||
in
|
||||
{
|
||||
flake.nixosConfigurations = extractConfigurations "nixos/" hosts;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue