summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-03-09 09:32:12 +0100
committerMartin Fischer <martin@push-f.com>2025-03-09 09:32:12 +0100
commita036af6ca38939f7642aec3d32305c05ac36c078 (patch)
treef676fe763a4f1e64cc76708271297ecd59b1f85a
parent03d807abf43ecf3cc988f06a3dc242d6d480a385 (diff)
chore: remove superfluous newlines at end of files
-rw-r--r--justfile5
-rw-r--r--nixos/hosts/tente/default.nix1
-rw-r--r--nixos/profiles/workstation/create.nix1
3 files changed, 5 insertions, 2 deletions
diff --git a/justfile b/justfile
new file mode 100644
index 0000000..93670f2
--- /dev/null
+++ b/justfile
@@ -0,0 +1,5 @@
+default: fmt
+
+@fmt:
+ # not using nixfmt yet since it formats lists and parameters across too many lines
+ fastmod '\n\n$' $'\n' -e nix --accept-all
diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix
index 30683e0..5d1bce9 100644
--- a/nixos/hosts/tente/default.nix
+++ b/nixos/hosts/tente/default.nix
@@ -133,4 +133,3 @@ in
system.stateVersion = "24.11"; # Did you read the comment?
}
-
diff --git a/nixos/profiles/workstation/create.nix b/nixos/profiles/workstation/create.nix
index 4ac9e29..924717f 100644
--- a/nixos/profiles/workstation/create.nix
+++ b/nixos/profiles/workstation/create.nix
@@ -10,4 +10,3 @@
krita
];
}
-