From 75c469510179fdf8df9a58820ca56af2c9977447 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 2 Oct 2023 02:44:35 +0100 Subject: [PATCH] feat: bumped everythign. This is mostly to push through a patch for gitlab. The -unstable branch had the fix but also a new bug. This is fixed in teh master branch --- flake.lock | 8 ++++---- flake.nix | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 15e943f..6145420 100644 --- a/flake.lock +++ b/flake.lock @@ -532,16 +532,16 @@ }, "nixpkgs_6": { "locked": { - "lastModified": 1691276849, - "narHash": "sha256-RNnrzxhW38SOFIF6TY/WaX7VB3PCkYFEeRE5YZU+wHw=", + "lastModified": 1696207572, + "narHash": "sha256-w24NTSMrc7bMIQP5Y8BFsKbpYjbRh/+ptf/9gCEFrKo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5faab29808a2d72f4ee0c44c8e850e4e6ada972f", + "rev": "fe0b3b663e98c85db7f08ab3a4ac318c523c0684", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "nixos-unstable", + "ref": "master", "type": "indirect" } }, diff --git a/flake.nix b/flake.nix index 67769f5..c61d17a 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,9 @@ inputs = { # gonna start off with a fairly modern base - nixpkgs.url = "nixpkgs/nixos-unstable"; + nixpkgs.url = "nixpkgs/master"; + # Return to using unstable once the current master is merged in + # nixpkgs.url = "nixpkgs/nixos-unstable"; # utility stuff flake-utils.url = "github:numtide/flake-utils";