From 274597ef3cb87d23c694bd671c8ec01d07f6153a Mon Sep 17 00:00:00 2001 From: Lin Yinfeng Date: Sun, 8 Oct 2023 16:47:13 +0800 Subject: [PATCH] inputs/nixpkgs-iproute2-ifd: unpin --- flake.lock | 8 ++++---- flake.nix | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index fa1c55be5..8b0d8865a 100644 --- a/flake.lock +++ b/flake.lock @@ -908,17 +908,17 @@ }, "nixpkgs-iproute2-ifd": { "locked": { - "lastModified": 1692634271, - "narHash": "sha256-ph5kV7s625OsQO9LTrVO8tJwHozEwNPJXVdnPnic+gM=", + "lastModified": 1696706667, + "narHash": "sha256-WtGweQ49ygxc8Cxm8RNQiIpMi/+iXmb/1oshv94JZ6o=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0b0480988770d0c7874c10e203e5743178a8dff2", + "rev": "b320ce210c5cae451db666e365bdbee5dc992e3d", "type": "github" }, "original": { "owner": "nixos", + "ref": "pull/242453/head", "repo": "nixpkgs", - "rev": "0b0480988770d0c7874c10e203e5743178a8dff2", "type": "github" } }, diff --git a/flake.nix b/flake.nix index f1230276a..ecbdc0f14 100644 --- a/flake.nix +++ b/flake.nix @@ -232,8 +232,7 @@ # fixes # TODO wait for https://nixpk.gs/pr-tracker.html?pr=242453 - # nixpkgs-iproute2-ifd.url = "github:nixos/nixpkgs/pull/242453/head"; - nixpkgs-iproute2-ifd.url = "github:nixos/nixpkgs/0b0480988770d0c7874c10e203e5743178a8dff2"; + nixpkgs-iproute2-ifd.url = "github:nixos/nixpkgs/pull/242453/head"; }; outputs = inputs @ {flake-parts, ...}: