mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
refactor: restructure project to remove profiles, users, ...
This commit is contained in:
parent
cb3ae5f434
commit
53655a05fc
177 changed files with 544 additions and 2877 deletions
|
|
@ -37,7 +37,7 @@
|
|||
};
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
trusted = {
|
||||
url = "path:./empty/.";
|
||||
url = "path:./flake/empty/.";
|
||||
flake = false;
|
||||
};
|
||||
flake-compat = {
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
providedSystems = flake-utils.lib.eachDefaultSystem
|
||||
(system:
|
||||
rec {
|
||||
devShell = import ./devShell.nix { inherit inputs system; };
|
||||
devShells.default = import ./devShell.nix { inherit inputs system; };
|
||||
legacyPackages = import ./outputs.nix { inherit inputs system; };
|
||||
});
|
||||
in providedSystems // {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue