Skip to content

Commit 70c5f85

Browse files
committed
fix(nix): don't expose devShell derivation directly, use default
1 parent d6202af commit 70c5f85

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

flake.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@
4545
pkgs = import nixpkgs {
4646
inherit system;
4747
};
48-
in
49-
pkgs.callPackage ./nix/devShell.nix {
48+
in {
49+
default = pkgs.callPackage ./nix/devShell.nix {
5050
bun2nix = bun2nix.packages.${system}.default;
51-
}
51+
};
52+
}
5253
);
5354

5455
homeManagerModules = {

0 commit comments

Comments
 (0)