From f514ddd72628f033a1820c1b02e9505507dad165 Mon Sep 17 00:00:00 2001 From: 778a69cd <778a69cd@potsda.mn> Date: Tue, 8 Aug 2023 20:52:25 +0200 Subject: [PATCH] use nixos-unstable again, with latest nodejs --- flake.lock | 8 ++++---- flake.nix | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index e589abfe2..1107fe758 100644 --- a/flake.lock +++ b/flake.lock @@ -2,17 +2,17 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1662116689, - "narHash": "sha256-UB5H2/AjhY5OgooCXeLxYpW9w/wYIwOWRDu+VdPo858=", + "lastModified": 1691368598, + "narHash": "sha256-ia7li22keBBbj02tEdqjVeLtc7ZlSBuhUk+7XTUFr14=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "da141d2fef4636aca767188e7a9f6e89e65264ce", + "rev": "5a8e9243812ba528000995b294292d3b5e120947", "type": "github" }, "original": { "owner": "NixOS", + "ref": "nixos-unstable", "repo": "nixpkgs", - "rev": "da141d2fef4636aca767188e7a9f6e89e65264ce", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 422dd250b..ec7d34749 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "A very basic flake"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/da141d2fef4636aca767188e7a9f6e89e65264ce"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; outputs = { self, nixpkgs }: { @@ -17,9 +17,9 @@ cmake imagemagick (yarn.override { - nodejs = nodejs-16_x; + nodejs = nodejs-18_x; }) - nodejs-16_x + nodejs-18_x ]; };