flake.nix: let inputs.bevy-julia point to my fork

This commit is contained in:
Astro 2022-09-17 21:13:40 +02:00
parent c1452bb3c8
commit 6dd686cf1e
2 changed files with 12 additions and 10 deletions

View File

@ -34,17 +34,18 @@
]
},
"locked": {
"lastModified": 1663370480,
"narHash": "sha256-fCC/ukecfQZx8M3gNgQ2LCJAXWFIW3uXF7X19oSAVJc=",
"owner": "matelab",
"repo": "bevy_julia",
"rev": "6ced0d32cd785d206acdf97f0bde7fb50583b4e5",
"type": "github"
"lastModified": 1663441942,
"narHash": "sha256-KNKnxcD8mHfjCqI0FluGOY1gfDfOMo8K9upGnCGksGo=",
"ref": "main",
"rev": "7feee1b6c436230f2adea774aab14a74d862e355",
"revCount": 3,
"type": "git",
"url": "https://gitea.c3d2.de/astro/bevy-julia.git"
},
"original": {
"owner": "matelab",
"repo": "bevy_julia",
"type": "github"
"ref": "main",
"type": "git",
"url": "https://gitea.c3d2.de/astro/bevy-julia.git"
}
},
"bevy-mandelbrot": {

View File

@ -24,7 +24,8 @@
};
};
bevy-julia = {
url = "github:matelab/bevy_julia";
# url = "github:matelab/bevy_julia";
url = "git+https://gitea.c3d2.de/astro/bevy-julia.git?ref=main";
inputs = {
nixpkgs.follows = "nixos";
# breaks the build: