Got a working pnpm/bun setup

This commit is contained in:
2026-05-03 22:18:26 -04:00
parent e89097619b
commit 52cd3cf299
7 changed files with 275 additions and 6074 deletions

View File

@@ -5,7 +5,8 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs }:
outputs =
{ self, nixpkgs }:
let
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };