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 = {
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;
};
};
}

View File

@ -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;