Skip to content

Commit

Permalink
nix: remove redundant arg
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Jan 8, 2025
1 parent 0e6979f commit 6061236
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
});

devShells = forEachSystem (system: {
default = pkgsForEach.${system}.callPackage ./nix/shell.nix {
packagePath = ./nix/package.nix;
};
default = pkgsForEach.${system}.callPackage ./nix/shell.nix {};
});
};
}

0 comments on commit 6061236

Please sign in to comment.