fix src = self (bad)
This commit is contained in:
parent
c4049313d4
commit
e001182489
2 changed files with 18 additions and 2 deletions
18
flake.lock
generated
18
flake.lock
generated
|
|
@ -35,7 +35,23 @@
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"nixpkgs-unstable": "nixpkgs-unstable"
|
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||||
|
"systems": "systems"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"systems": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1681028828,
|
||||||
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||||
|
"owner": "nix-systems",
|
||||||
|
"repo": "default",
|
||||||
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nix-systems",
|
||||||
|
"repo": "default",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
overlays.default = self: super: {
|
overlays.default = self: super: {
|
||||||
dobutterfliescry-net = super.stdenv.mkDerivation {
|
dobutterfliescry-net = super.stdenv.mkDerivation {
|
||||||
name = "dobutterfliescry.net";
|
name = "dobutterfliescry.net";
|
||||||
src = self;
|
src = ./.;
|
||||||
nativeBuildInputs = [super.makeWrapper];
|
nativeBuildInputs = [super.makeWrapper];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue