flake.nix: Fix broken template devshell

pull/23/head
Tristan Daniël Maat 2023-01-19 08:35:53 +00:00
parent b2894e4fef
commit 5c537df885
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
nixosModules.default = import ./nix/module.nix {inherit self system;};
devShells.${system} = {
templates = flakeOutputs.devShells.${system}.default.overrideAttrs (old: {
templates = flakeOutputs.devShells.${system}.tlaternet.overrideAttrs (old: {
buildInputs = with nixpkgs.legacyPackages.${system};
[
yj