fix src = self (bad)
This commit is contained in:
parent
c4049313d4
commit
e001182489
2 changed files with 18 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
overlays.default = self: super: {
|
||||
dobutterfliescry-net = super.stdenv.mkDerivation {
|
||||
name = "dobutterfliescry.net";
|
||||
src = self;
|
||||
src = ./.;
|
||||
nativeBuildInputs = [super.makeWrapper];
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue