@cryptotaxi247 / infra / commits / 99e06398

rename devshell in build to devShells.build

This is more consistent with the rest of the flake.

Jörg Thalheim committed Feb 22, 2025 at 18:10 UTC 99e06398572fd2b5ec17fd59273090c3e1654c3a
2 files changed +2 -2
build/.envrc
+1 -1
@@ -1,2 +1,2 @@
1 # shellcheck shell=bash
2 -use flake
2 +use flake .#build
build/flake-module.nix
+1 -1
@@ -67,7 +67,7 @@ in
67 perSystem =
68 { pkgs, inputs', ... }:
69 {
70 - devShells.default = pkgs.mkShell {
70 + devShells.build = pkgs.mkShell {
71 buildInputs = [
72 inputs'.agenix.packages.agenix
73 inputs'.colmena.packages.colmena