Skip to content

Commit 41108ea

Browse files
authored
fix: restore legacyPackages (#293)
address #289 (comment)
1 parent fceea2e commit 41108ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040

4141
devShells.default = devshell.fromTOML ./devshell.toml;
4242

43+
legacyPackages = import inputs.self {
44+
inherit system;
45+
inputs = null;
46+
nixpkgs = pkgs;
47+
};
48+
4349
apps.default = devShells.default.flakeApp;
4450

4551
checks =

0 commit comments

Comments
 (0)