This commit is contained in:
Ivan Dimitrov 2023-11-10 17:24:33 +02:00
parent 7b372e88f5
commit 3df928ca96
3 changed files with 4 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1699366528, "lastModified": 1699629390,
"narHash": "sha256-PFAQ4N5f15cg94+EBvOMaOlxD/0HlnZpJ+Avv1u9MgY=", "narHash": "sha256-dO1vWCEz4DPnyp2IeJ1ZL6+9r1a9yoLScgoWVxOM0zo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d33ddd39d1381cc20884ba7e78acbdae86469157", "rev": "2e6aa8fc5dc11a704305e5c4357b02924347d680",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -1,5 +1,6 @@
{ {
description = '' description = ''
NextJS flake
''; '';
inputs = { inputs = {
@ -13,7 +14,6 @@
buildInputs = with pkgs; [ buildInputs = with pkgs; [
coreutils-full coreutils-full
nodejs_20 nodejs_20
nodePackages_latest.npm-check-updates
bun bun
]; ];
tmuxConfig = '' tmuxConfig = ''