flake.nix: Fix broken template devshell
This commit is contained in:
parent
b2894e4fef
commit
5c537df885
|
@ -40,7 +40,7 @@
|
||||||
nixosModules.default = import ./nix/module.nix {inherit self system;};
|
nixosModules.default = import ./nix/module.nix {inherit self system;};
|
||||||
|
|
||||||
devShells.${system} = {
|
devShells.${system} = {
|
||||||
templates = flakeOutputs.devShells.${system}.default.overrideAttrs (old: {
|
templates = flakeOutputs.devShells.${system}.tlaternet.overrideAttrs (old: {
|
||||||
buildInputs = with nixpkgs.legacyPackages.${system};
|
buildInputs = with nixpkgs.legacyPackages.${system};
|
||||||
[
|
[
|
||||||
yj
|
yj
|
||||||
|
|
Loading…
Reference in a new issue