mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +02:00
move from npmlock2nix to importNpmLock
This commit is contained in:
parent
de3a2f6009
commit
0c7e51f94b
3 changed files with 6 additions and 31 deletions
|
|
@ -9,14 +9,9 @@
|
|||
url = "github:icewind1991/mill-scale";
|
||||
inputs.flakelight.follows = "flakelight";
|
||||
};
|
||||
npmlock2nix = {
|
||||
url = "github:nix-community/npmlock2nix";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
outputs = {
|
||||
mill-scale,
|
||||
npmlock2nix,
|
||||
...
|
||||
}:
|
||||
mill-scale ./. {
|
||||
|
|
@ -32,9 +27,6 @@
|
|||
./style
|
||||
];
|
||||
withOverlays = [
|
||||
(final: prev: {
|
||||
npmlock2nix = final.callPackage npmlock2nix {};
|
||||
})
|
||||
(final: prev: {
|
||||
nodejs-16_x = final.nodejs;
|
||||
demostf-frontend-toolchain = final.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue