Skip to content

Commit

Permalink
don't need rec
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarter committed Oct 29, 2022
1 parent 4496b90 commit b2adb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ rec {

# mini compile commands package. You probably don't want to use this directly.
# instead, wrap your standard environment: ( mini-compile-commands.wrap stdenv )
package = stdenv.mkDerivation rec {
pname = "mini_compile_commands";
package = stdenv.mkDerivation {
name = "mini_compile_commands";

src = ./.;

Expand Down

0 comments on commit b2adb9a

Please sign in to comment.