mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix: shell
This commit is contained in:
parent
f273357a4f
commit
69a47e6734
3 changed files with 11 additions and 13 deletions
11
outputs.nix
11
outputs.nix
|
|
@ -15,15 +15,12 @@
|
|||
inherit inputs lib std pkgs;
|
||||
tree = tree.impure;
|
||||
};
|
||||
shells =
|
||||
outputs =
|
||||
inputs.flake-utils.lib.eachDefaultSystem
|
||||
(system: rec {
|
||||
devShells.default = import ./devShell.nix {inherit system inputs;};
|
||||
});
|
||||
packages =
|
||||
inputs.flake-utils.lib.eachDefaultSystem
|
||||
(system: rec {
|
||||
packages = import ./packages {inherit system inputs lib;};
|
||||
legacyPackages.pkgs = pkgs.${system};
|
||||
});
|
||||
std = import ./std.nix {inherit inputs;};
|
||||
inherit (std) set;
|
||||
|
|
@ -32,8 +29,6 @@ in
|
|||
{
|
||||
inherit tree std lib checks;
|
||||
inputs = patchedInputs;
|
||||
legacyPackages = pkgs;
|
||||
}
|
||||
// systems
|
||||
// shells
|
||||
// packages
|
||||
// outputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue