From 5c537df885e6cee273596daeb8e7dea21970bf24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Thu, 19 Jan 2023 08:35:53 +0000 Subject: [PATCH] flake.nix: Fix broken template devshell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0562e77..391c072 100644 --- a/flake.nix +++ b/flake.nix @@ -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