Skip to content

Commit 0f2bd4e

Browse files
authored
Fix flake devShell (thanks to @hamishmack patch) (#1624)
1 parent 8da47f2 commit 0f2bd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138
packages = ((self.internal.compat { inherit system; }).hix).apps;
139139

140-
devShells.${system}.default = with self.legacyPackages.${system};
140+
devShells.default = with self.legacyPackages.${system};
141141
mkShell {
142142
buildInputs = [
143143
nixUnstable

0 commit comments

Comments
 (0)