mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
witch: Deprecated
This commit is contained in:
parent
0014ae5390
commit
8dbee8ce83
2 changed files with 4 additions and 11 deletions
10
default.nix
10
default.nix
|
|
@ -1,16 +1,14 @@
|
|||
rec {
|
||||
sources = import ./nix/sources.nix;
|
||||
pkgs = import ./pkgs { inherit sources; };
|
||||
witch = import ./lib/witch.nix {
|
||||
inherit pkgs;
|
||||
lib = pkgs.lib;
|
||||
};
|
||||
profiles = witch.modList {
|
||||
modList = import ./lib/modules.nix;
|
||||
|
||||
profiles = modList {
|
||||
modulesDir = ./profiles;
|
||||
defaultFile = "nixos.nix";
|
||||
};
|
||||
|
||||
users = witch.modList { modulesDir = ./users; };
|
||||
users = modList { modulesDir = ./users; };
|
||||
|
||||
inherit (import ./lib/hosts.nix {
|
||||
inherit pkgs sources witch profiles users;
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{ pkgs, lib }:
|
||||
|
||||
{
|
||||
modList = import ./modules.nix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue