mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: remove deploy-rs
This commit is contained in:
parent
bb3986257d
commit
fd771a70e3
8 changed files with 4 additions and 134 deletions
|
|
@ -61,12 +61,7 @@
|
|||
})
|
||||
];
|
||||
in
|
||||
many (
|
||||
args @ {system, ...}: let
|
||||
config = mkNixOS sharedModules args;
|
||||
in
|
||||
config // {deploy = inputs.deploy-rs.lib.${system}.activate.nixos config;}
|
||||
);
|
||||
many (mkNixOS sharedModules);
|
||||
|
||||
mkNixOSInstallers = let
|
||||
sharedModules = {system, ...}: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue