test
Some checks failed
ssh-test / ssh-test (push) Failing after 33s

This commit is contained in:
iFargle 2023-12-09 21:12:45 +09:00
parent 95bb2f595e
commit 26d65a5c3d

View file

@ -30,7 +30,7 @@
# deploy-rs, declarative NixOS deployments # deploy-rs, declarative NixOS deployments
inputs.deploy-rs.url = "github:serokell/deploy-rs"; inputs.deploy-rs.url = "github:serokell/deploy-rs";
}; };
outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, ... } @inputs: outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs:
let let
inherit (self) outputs; inherit (self) outputs;
stateVersion = "unstable"; stateVersion = "unstable";
@ -67,9 +67,6 @@
nixos-iso-console = libx.mkImage { hostname = "nixos-iso-console"; format = "iso"; }; nixos-iso-console = libx.mkImage { hostname = "nixos-iso-console"; format = "iso"; };
nixos-iso-desktop = libx.mkImage { hostname = "nixos-iso-desktop"; format = "iso"; desktop = "gnome"; }; nixos-iso-desktop = libx.mkImage { hostname = "nixos-iso-desktop"; format = "iso"; desktop = "gnome"; };
}; };
deployments = {
};
# Devshell for bootstrapping; acessible via 'nix develop' # Devshell for bootstrapping; acessible via 'nix develop'
devShells = libx.forAllSystems (system: devShells = libx.forAllSystems (system: