mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-07 17:26:00 +00:00
Compare commits
No commits in common. "9da5d517406c35b5bf738f446e5e51237f27b655" and "92854bd0eaaa06914afba345741c372439b8e335" have entirely different histories.
9da5d51740
...
92854bd0ea
1 changed files with 2 additions and 7 deletions
|
|
@ -3,8 +3,6 @@
|
|||
fetchFromGitHub,
|
||||
nodejs,
|
||||
pnpm_9,
|
||||
pnpmConfigHook,
|
||||
fetchPnpmDeps,
|
||||
pins,
|
||||
}: let
|
||||
pin = pins.prettier-plugin-astro;
|
||||
|
|
@ -19,8 +17,7 @@ in
|
|||
sha256 = pin.hash;
|
||||
};
|
||||
|
||||
pnpmDeps = fetchPnpmDeps {
|
||||
pnpm = pnpm_9;
|
||||
pnpmDeps = pnpm_9.fetchDeps {
|
||||
inherit (finalAttrs) pname src;
|
||||
fetcherVersion = 2;
|
||||
hash = "sha256-K7pIWLkIIbUKDIcysfEtcf/eVMX9ZgyFHdqcuycHCNE=";
|
||||
|
|
@ -28,9 +25,7 @@ in
|
|||
|
||||
nativeBuildInputs = [
|
||||
nodejs
|
||||
(pnpmConfigHook.overrideAttrs {
|
||||
propagatedBuildInputs = [pnpm_9];
|
||||
})
|
||||
pnpm_9.configHook
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue