Skip to content

Commit

Permalink
build(nix): clean correct src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Jun 8, 2024
1 parent 6c8ac84 commit 72953ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rustPlatform.buildRustPackage {

src = lib.fileset.toSource {
root = ../.;
fileset = lib.fileset.intersection (lib.fileset.fromSource (lib.sources.cleanSource ./.)) (
fileset = lib.fileset.intersection (lib.fileset.fromSource (lib.sources.cleanSource ../.)) (
lib.fileset.unions [
../Cargo.toml
../Cargo.lock
Expand Down

0 comments on commit 72953ff

Please sign in to comment.