mirror of
https://codeberg.org/demostf/inspector.git
synced 2026-06-03 18:14:08 +02:00
cargoHash
This commit is contained in:
parent
dd836eab95
commit
fd22828496
3 changed files with 16 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/release-23.05";
|
||||
nixpkgs.url = "nixpkgs/release-24.11";
|
||||
utils.url = "github:numtide/flake-utils";
|
||||
rust-overlay = {
|
||||
url = "github:oxalica/rust-overlay";
|
||||
|
|
@ -24,6 +24,7 @@
|
|||
overlays = [
|
||||
(import rust-overlay)
|
||||
(final: prev: {
|
||||
nodejs-16_x = final.nodejs;
|
||||
npmlock2nix = import npmlock2nix {pkgs = final;};
|
||||
})
|
||||
(import ./overlay.nix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue