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";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos-generators = {
|
deploy-rs = {
|
||||||
url = "github:nix-community/nixos-generators";
|
url = "github:serokell/deploy-rs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
inputs.utils.follows = "flake-utils";
|
||||||
};
|
};
|
||||||
|
|
||||||
naersk = {
|
naersk = {
|
||||||
|
@ -90,6 +91,7 @@
|
||||||
, sops
|
, sops
|
||||||
, ha-now-playing
|
, ha-now-playing
|
||||||
, pamedia
|
, pamedia
|
||||||
|
, deploy-rs
|
||||||
, ...
|
, ...
|
||||||
} @ inputs:
|
} @ inputs:
|
||||||
with inputs; let
|
with inputs; let
|
||||||
|
@ -201,6 +203,7 @@
|
||||||
nix-plugins = pkgs.nix-plugins;
|
nix-plugins = pkgs.nix-plugins;
|
||||||
backscrub = pkgs.backscrub;
|
backscrub = pkgs.backscrub;
|
||||||
bl3auto = pkgs.bl3auto;
|
bl3auto = pkgs.bl3auto;
|
||||||
|
commitgpt = pkgs.commitgpt;
|
||||||
};
|
};
|
||||||
|
|
||||||
apps = {
|
apps = {
|
||||||
|
@ -240,7 +243,6 @@
|
||||||
nodePackages.yaml-language-server
|
nodePackages.yaml-language-server
|
||||||
nodePackages.vscode-css-languageserver-bin
|
nodePackages.vscode-css-languageserver-bin
|
||||||
python3Packages.python-lsp-server
|
python3Packages.python-lsp-server
|
||||||
inputs.nixos-generators.packages.${system}.nixos-generate
|
|
||||||
statix
|
statix
|
||||||
multimarkdown
|
multimarkdown
|
||||||
pngcrush
|
pngcrush
|
||||||
|
@ -251,6 +253,7 @@
|
||||||
nix-prefetch-github
|
nix-prefetch-github
|
||||||
nix-prefetch-docker
|
nix-prefetch-docker
|
||||||
nixos-install-tools
|
nixos-install-tools
|
||||||
|
deploy-rs.packages.${system}.deploy-rs
|
||||||
|
|
||||||
eww-wayland
|
eww-wayland
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue