Skip to content

Commit

Permalink
fix: restore legacyPackages (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp authored Jan 11, 2024
1 parent fceea2e commit 41108ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@

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

legacyPackages = import inputs.self {
inherit system;
inputs = null;
nixpkgs = pkgs;
};

apps.default = devShells.default.flakeApp;

checks =
Expand Down

0 comments on commit 41108ea

Please sign in to comment.