From 70d759b6d8b5e076bee6a28255614ab3d75f6763 Mon Sep 17 00:00:00 2001 From: jhonas Date: Wed, 12 Oct 2022 15:14:26 +0200 Subject: [PATCH] nixpkgs-fmt --- flake.nix | 8 ++++---- template/flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 1f186c9..e08dd51 100644 --- a/flake.nix +++ b/flake.nix @@ -69,9 +69,9 @@ }; } ) // { - defaultTemplate = { - description = "nix flake new --template 'git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell?ref=main' ./tritonshell"; - path = ./template; - }; + defaultTemplate = { + description = "nix flake new --template 'git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell?ref=main' ./tritonshell"; + path = ./template; }; + }; } diff --git a/template/flake.nix b/template/flake.nix index 9611593..b6f638b 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -23,7 +23,7 @@ preOverlays = [ devshell.overlay ]; shell = { pkgs }: pkgs.devshell.mkShell { - imports = [ tritonshell-module.devshellModules.x86_64-linux.tritonshell ]; + imports = [ tritonshell-module.devshellModules.x86_64-linux.tritonshell ]; # Now the tritonshell environment nix module options are available environment = { enable = true;