Skip to content

Commit fce17c3

Browse files
committed
add node
1 parent 567fac9 commit fce17c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@
7171
bundixcli
7272
bundleLock
7373
bundleUpdate
74-
];
74+
] ++
75+
(with pkgs; [
76+
nodejs_24
77+
]);
7578
};
7679
};
7780
}

0 commit comments

Comments
 (0)