From 69a45bf7ac39301602487d3c897282e0e7ecaded Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 3 Apr 2024 22:37:10 +0200 Subject: [PATCH] [flake] prettify code --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 40cedb0..5ceb928 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ # laptop - itclt75 itclt75 = lib.nixosSystem { - specialArgs = {inherit inputs outputs;}; + specialArgs = { inherit inputs outputs; }; specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; }; inherit system; modules = [ @@ -56,7 +56,7 @@ # laptop - talathiel talathiel = lib.nixosSystem { - specialArgs = {inherit inputs outputs;}; + specialArgs = { inherit inputs outputs; }; specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; }; inherit system; modules = [ @@ -81,7 +81,7 @@ # desktop - phaedra phaedra = lib.nixosSystem { - specialArgs = {inherit inputs outputs;}; + specialArgs = { inherit inputs outputs; }; specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; }; inherit system; modules = [