From 4184e6495c4621a8825eaa7ef84731eaa8927ab4 Mon Sep 17 00:00:00 2001 From: Michael Glass Date: Wed, 7 Aug 2024 12:03:49 +0200 Subject: [PATCH 1/2] update node --- .node-version | 2 +- flake.lock | 8 ++++---- flake.nix | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.node-version b/.node-version index 87ec8842..17719ce2 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18.18.2 +18.20.4 diff --git a/flake.lock b/flake.lock index 5e8c3171..1011a045 100644 --- a/flake.lock +++ b/flake.lock @@ -20,16 +20,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1708979614, - "narHash": "sha256-FWLWmYojIg6TeqxSnHkKpHu5SGnFP5um1uUjH+wRV6g=", + "lastModified": 1722869614, + "narHash": "sha256-7ojM1KSk3mzutD7SkrdSflHXEujPvW1u7QuqWoTLXQU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b7ee09cf5614b02d289cd86fcfa6f24d4e078c2a", + "rev": "883180e6550c1723395a3a342f830bfc5c371f6b", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-23.11", + "ref": "nixos-24.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 32f07774..48de5aaa 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ description = "nlx SDK dev env"; inputs.flake-utils.url = "github:numtide/flake-utils"; - inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; + inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; outputs = { self @@ -33,7 +33,7 @@ # caddy is used to mimic github actions more closely than the vite dev server. Not used in production (assertVersion "2.7.6" caddy) # comrak is used to preview rendered markdown. Not used in production. - (assertVersion "0.19.0" comrak) + (assertVersion "0.23.0" comrak) # used for testing dead website links (assertVersion "1.21.4" wget) ]; From a324d3c5cabc5b69c00299a6f5a2a88afd8bc8c5 Mon Sep 17 00:00:00 2001 From: Michael Glass Date: Wed, 7 Aug 2024 12:07:43 +0200 Subject: [PATCH 2/2] update flake utils --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 1011a045..7cedb986 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1705309234, - "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "type": "github" }, "original": {