about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-21 01:25:00 +0200
committerSoispha <soispha@vhack.eu>2023-08-21 01:25:00 +0200
commit1f8a00e79e7a0ff0274f1f84b7380b0b4283a30d (patch)
tree5fb9845139591d75c15305282815035e7c239524
parentFeat(c): Init (diff)
downloadflake-templates-1f8a00e79e7a0ff0274f1f84b7380b0b4283a30d.tar.gz
flake-templates-1f8a00e79e7a0ff0274f1f84b7380b0b4283a30d.zip
Style(treewide): Format
-rw-r--r--c/flake.nix1
-rw-r--r--markdown/flake.nix1
-rw-r--r--shell/flake.nix2
3 files changed, 2 insertions, 2 deletions
diff --git a/c/flake.nix b/c/flake.nix
index a7da918..0eab217 100644
--- a/c/flake.nix
+++ b/c/flake.nix
@@ -51,3 +51,4 @@
     });
 }
 # vim: ts=2
+
diff --git a/markdown/flake.nix b/markdown/flake.nix
index 3239b12..598b4fe 100644
--- a/markdown/flake.nix
+++ b/markdown/flake.nix
@@ -23,7 +23,6 @@
   };
 
   outputs = {
-    self,
     nixpkgs,
     flake-utils,
     flake_version_update,
diff --git a/shell/flake.nix b/shell/flake.nix
index fbd4709..b699f25 100644
--- a/shell/flake.nix
+++ b/shell/flake.nix
@@ -59,7 +59,7 @@
           inherit
             (pkgs)
             #pandoc
-
+            
             ;
         };