fix src = self (bad)

This commit is contained in:
Emile Clark-Boman 2026-01-31 10:24:00 +10:00
parent c4049313d4
commit e001182489
2 changed files with 18 additions and 2 deletions

18
flake.lock generated
View file

@ -35,7 +35,23 @@
"root": {
"inputs": {
"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"
}
}
},

View file

@ -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