summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2023-09-17 18:40:48 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2023-09-17 18:40:48 +0200
commiteebffc190776afdb92ef959270c4863bf21a3cf8 (patch)
tree68c7bd8fa25b9044213b67c34adba822445c65f2 /software
parent7f5f01ef3d3eb56a24db31b7ddf85fc4ce3b37fc (diff)
reformat code
Diffstat (limited to 'software')
-rw-r--r--software/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/software/default.nix b/software/default.nix
index b08f3ec..6555657 100644
--- a/software/default.nix
+++ b/software/default.nix
@@ -1,4 +1,2 @@
-{ lib, ... }:
-
+{lib, ...}:
lib.importJSON ./software.json
-