From be57ed59cd3a1c40f496c6183aa4cabeaf4557d0 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 31 Oct 2025 11:22:46 +0300 Subject: [PATCH] ref2 --- deploy.nix | 4 +++- flake.nix | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/deploy.nix b/deploy.nix index 2e2e832..400b0ea 100644 --- a/deploy.nix +++ b/deploy.nix @@ -19,5 +19,7 @@ }; }; # This is highly advised, and will prevent many possible mistakes - checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib; + checks = builtins.mapAttrs ( + system: deployLib: deployLib.deployChecks inputs.self.deploy + ) inputs.deploy-rs.lib; } diff --git a/flake.nix b/flake.nix index bf6c1c8..106f916 100755 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ nixpkgs.follows = "nixpkgs"; }; }; - + deploy-rs = { url = "github:serokell/deploy-rs"; inputs = { @@ -32,7 +32,7 @@ nixpkgs.follows = "nixpkgs"; }; }; - + flake-compat.url = "github:edolstra/flake-compat"; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; # nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; @@ -108,7 +108,7 @@ let flakeContext = { inherit inputs; }; in - { + { } // (import ./configurations flakeContext) // (import ./deploy.nix flakeContext)