From c3fbe2e337d2aed5ed0c3572471d90f1eb38a400 Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 14 Dec 2024 04:29:28 +0300 Subject: [PATCH] formatting --- flake.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 7fec4ce..002fca9 100644 --- a/flake.nix +++ b/flake.nix @@ -38,14 +38,13 @@ ... }: { nixosConfigurations = let - system = "x86_64-linux"; + system = "x86_64-linux"; pkgs-unstable = import nixpkgs-unstable { - inherit system; - config.allowUnfree = true; - }; + inherit system; + config.allowUnfree = true; + }; system-label = self.shortRev or self.dirtyShortRev or self.lastModified or "unknown"; - in - { + in { tartarus = nixpkgs.lib.nixosSystem rec { inherit system; modules = [