mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat: replaced deploy system, migrated to infrastructure's methodologies
This commit is contained in:
parent
5cb3895570
commit
89505a91cd
24 changed files with 919 additions and 654 deletions
|
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
inputs,
|
||||
system ? builtins.currentSystem,
|
||||
...
|
||||
} @ args: let
|
||||
{inputs, ...} @ args:
|
||||
inputs.flake-utils.lib.eachDefaultSystem (system: {
|
||||
pkgs = import inputs.nixpkgs {
|
||||
inherit system;
|
||||
overlays =
|
||||
|
|
@ -10,6 +7,7 @@
|
|||
(import ./nur {inherit inputs;})
|
||||
(import ./local)
|
||||
(import ./lib)
|
||||
inputs.deploy-rs.overlay
|
||||
(final: prev: {
|
||||
jemalloc =
|
||||
if final.hostPlatform != "aarch64-darwin"
|
||||
|
|
@ -31,5 +29,4 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
in
|
||||
pkgs
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue