From 85edb981a1033d3d0df53fb5af47da861e55fb09 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 8 Oct 2024 15:13:25 +1000 Subject: [PATCH] chore(nixpkgsUnstable): bumped to HEAD of master --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 159c635..b775fe8 100644 --- a/flake.lock +++ b/flake.lock @@ -5125,16 +5125,15 @@ }, "nixpkgsUnstable": { "locked": { - "lastModified": 1727561184, - "narHash": "sha256-mVR5o+9xEs8EJqNXQDeXq6v3KlcSAKsB2L2z4rNRjZY=", + "lastModified": 1728356841, + "narHash": "sha256-sSGavgctEuqq07OZ1XiA/V7/RXLdUAUVpqgUhfmGAdQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "60c3d109ffe080e672f14047c1e7a24896f06186", + "rev": "f6f24b0bbb0461887719d10c77c9fe81e7bea37d", "type": "github" }, "original": { "owner": "NixOS", - "ref": "pull/345190/head", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 6018536..0112c53 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ iohkNix.url = github:input-output-hk/iohk-nix/?ref=df1da282f996ec46b33379407df99613a1fbafdd; nix.url = github:NixOS/nix/?ref=2.24.6; nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.05; - nixpkgsUnstable.url = github:NixOS/nixpkgs/?ref=pull/345190/head; + nixpkgsUnstable.url = github:NixOS/nixpkgs; ragenix = { url = github:yaxitech/ragenix; inputs.nixpkgs.follows = "nixpkgs";