summaryrefslogtreecommitdiff
path: root/templates/full/nix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'templates/full/nix/default.nix')
-rw-r--r--templates/full/nix/default.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/full/nix/default.nix b/templates/full/nix/default.nix
deleted file mode 100644
index 87d9d60..0000000
--- a/templates/full/nix/default.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- imports = [
- ./shell.nix
- ./packages.nix
- ];
-
- perSystem =
- { pkgs, ... }:
- {
- formatter = pkgs.nixfmt-rfc-style;
- };
-}