nixpkgs-fmt

main
jhonas 2022-10-12 15:14:26 +02:00
parent 2f896df87b
commit 70d759b6d8
Signed by: teutat3s
GPG Key ID: 924889A86D0B0FEB
2 changed files with 5 additions and 5 deletions

View File

@ -69,9 +69,9 @@
}; };
} }
) // { ) // {
defaultTemplate = { defaultTemplate = {
description = "nix flake new --template 'git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell?ref=main' ./tritonshell"; description = "nix flake new --template 'git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell?ref=main' ./tritonshell";
path = ./template; path = ./template;
};
}; };
};
} }

View File

@ -23,7 +23,7 @@
preOverlays = [ devshell.overlay ]; preOverlays = [ devshell.overlay ];
shell = { pkgs }: shell = { pkgs }:
pkgs.devshell.mkShell { 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 # Now the tritonshell environment nix module options are available
environment = { environment = {
enable = true; enable = true;