From 52fa91f17f2ca641fa4b6597f19fb53f70e86edf Mon Sep 17 00:00:00 2001 From: Chris Maniewski Date: Tue, 3 Dec 2024 12:26:31 +0100 Subject: [PATCH] chore: update flake files --- flake.lock | 8 ++++---- flake.nix | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 56d32afd6..ec0509b3b 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1730137625, - "narHash": "sha256-9z8oOgFZiaguj+bbi3k4QhAD6JabWrnv7fscC/mt0KE=", + "lastModified": 1733015953, + "narHash": "sha256-t4BBVpwG9B4hLgc6GUBuj3cjU7lP/PJfpTHuSqE+crk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "64b80bfb316b57cdb8919a9110ef63393d74382a", + "rev": "ac35b104800bff9028425fec3b6e8a41de2bbfff", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.05", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 2cf12ae92..80ce56f25 100644 --- a/flake.nix +++ b/flake.nix @@ -1,13 +1,13 @@ { - description = "Flake to develop the colonyJS using nix(OS)"; + description = "Flake to develop ColonyJS using nix(OS)"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; }; outputs = { self, - nixpkgs + nixpkgs, }: { devShell.x86_64-linux = with nixpkgs.legacyPackages.x86_64-linux; mkShell {