flake: set math-optim root to self
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
90f71c2eaf
commit
7951b4d85a
@ -84,7 +84,7 @@
|
||||
# In 'nix develop', we don't need a copy of the source tree
|
||||
# in the Nix store.
|
||||
src = nix-filter.lib.filter {
|
||||
root = lib.cleanSource ./.;
|
||||
root = lib.cleanSource self;
|
||||
exclude = [
|
||||
./flake.nix
|
||||
./flake.lock
|
||||
|
Loading…
Reference in New Issue
Block a user