[flake] prettify code

This commit is contained in:
Simon Cornet 2024-04-03 22:37:10 +02:00
parent 38722dbc62
commit 69a45bf7ac

View File

@ -31,7 +31,7 @@
# laptop - itclt75 # laptop - itclt75
itclt75 = lib.nixosSystem { itclt75 = lib.nixosSystem {
specialArgs = {inherit inputs outputs;}; specialArgs = { inherit inputs outputs; };
specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; }; specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; };
inherit system; inherit system;
modules = [ modules = [
@ -56,7 +56,7 @@
# laptop - talathiel # laptop - talathiel
talathiel = lib.nixosSystem { talathiel = lib.nixosSystem {
specialArgs = {inherit inputs outputs;}; specialArgs = { inherit inputs outputs; };
specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; }; specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; };
inherit system; inherit system;
modules = [ modules = [
@ -81,7 +81,7 @@
# desktop - phaedra # desktop - phaedra
phaedra = lib.nixosSystem { phaedra = lib.nixosSystem {
specialArgs = {inherit inputs outputs;}; specialArgs = { inherit inputs outputs; };
specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; }; specialArgs.channels = { inherit nixpkgs nixpkgs-unstable; };
inherit system; inherit system;
modules = [ modules = [