Add deploy-rs, remove nixos-generators
This commit is contained in:
parent
361f6adc5f
commit
2911c661cf
1 changed files with 6 additions and 3 deletions
|
@ -19,9 +19,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixos-generators = {
|
||||
url = "github:nix-community/nixos-generators";
|
||||
deploy-rs = {
|
||||
url = "github:serokell/deploy-rs";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
naersk = {
|
||||
|
@ -90,6 +91,7 @@
|
|||
, sops
|
||||
, ha-now-playing
|
||||
, pamedia
|
||||
, deploy-rs
|
||||
, ...
|
||||
} @ inputs:
|
||||
with inputs; let
|
||||
|
@ -201,6 +203,7 @@
|
|||
nix-plugins = pkgs.nix-plugins;
|
||||
backscrub = pkgs.backscrub;
|
||||
bl3auto = pkgs.bl3auto;
|
||||
commitgpt = pkgs.commitgpt;
|
||||
};
|
||||
|
||||
apps = {
|
||||
|
@ -240,7 +243,6 @@
|
|||
nodePackages.yaml-language-server
|
||||
nodePackages.vscode-css-languageserver-bin
|
||||
python3Packages.python-lsp-server
|
||||
inputs.nixos-generators.packages.${system}.nixos-generate
|
||||
statix
|
||||
multimarkdown
|
||||
pngcrush
|
||||
|
@ -251,6 +253,7 @@
|
|||
nix-prefetch-github
|
||||
nix-prefetch-docker
|
||||
nixos-install-tools
|
||||
deploy-rs.packages.${system}.deploy-rs
|
||||
|
||||
eww-wayland
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue