mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: remove deploy-rs
This commit is contained in:
parent
bb3986257d
commit
fd771a70e3
8 changed files with 4 additions and 134 deletions
|
|
@ -27,7 +27,6 @@
|
|||
// import ./nix/formatter ctx
|
||||
// import ./nix/disko
|
||||
// import ./nix/configurations ctx
|
||||
// import ./nix/deploy ctx
|
||||
// (let
|
||||
packagesOf = system: nixpkgs.legacyPackages.${system}.callPackages ./nix/packages {};
|
||||
in {
|
||||
|
|
@ -56,11 +55,6 @@
|
|||
inputs."nixpkgs".follows = "nixpkgs-stable";
|
||||
};
|
||||
|
||||
deploy-rs = {
|
||||
url = "github:serokell/deploy-rs";
|
||||
inputs."nixpkgs".follows = "nixpkgs-stable";
|
||||
};
|
||||
|
||||
disko = {
|
||||
url = "github:nix-community/disko?ref=v1.8.0";
|
||||
inputs."nixpkgs".follows = "nixpkgs-stable";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue