[flake] prettify code
This commit is contained in:
parent
38722dbc62
commit
69a45bf7ac
@ -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 = [
|
||||||
|
Reference in New Issue
Block a user