From 447dcdcbda537c73611777eab556607cfdef981e Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 8 Sep 2022 18:08:56 -0600 Subject: [PATCH] flake: manually bump to more recent unstable for fido2luks --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index ca537b8..6baf9ef 100644 --- a/flake.lock +++ b/flake.lock @@ -294,17 +294,17 @@ }, "unstable": { "locked": { - "lastModified": 1662019588, - "narHash": "sha256-oPEjHKGGVbBXqwwL+UjsveJzghWiWV0n9ogo1X6l4cw=", + "lastModified": 1662658228, + "narHash": "sha256-7o8t+0ciwPrWVBdB1pn1y7To+RAAlquFFhNvlY5Mnwc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2da64a81275b68fdad38af669afeda43d401e94b", + "rev": "3b7f5114375d58107098f39e2b6d6e099782fc18", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", "repo": "nixpkgs", + "rev": "3b7f5114375d58107098f39e2b6d6e099782fc18", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 97fd4f8..424423f 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ url = "git+ssh://xin-secrets-ro/qbit/xin-secrets.git?ref=main"; }; - unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; + unstable.url = "github:NixOS/nixpkgs/3b7f5114375d58107098f39e2b6d6e099782fc18"; unstableSmall.url = "github:NixOS/nixpkgs/nixos-unstable-small"; stable.url = "github:NixOS/nixpkgs/nixos-22.05-small";