Skip to content

Commit

Permalink
Fix the flake, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
chiroptical committed Jan 10, 2025
1 parent 98adf69 commit a2c4a6d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
system: function nixpkgs.legacyPackages.${system}
);
in {
devShell = forAllSystems (
pkgs:
default = pkgs.callPackage ./shell.nix { };
);
devShells = forAllSystems (pkgs: {
default = pkgs.callPackage ./shell.nix {};
});
};
}

0 comments on commit a2c4a6d

Please sign in to comment.