From c32e8112c693d4ab8247572c60fb569fc9f91bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sat, 13 Jun 2026 09:37:38 +0200 Subject: [PATCH] flake.lock: update --- flake.lock | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index 76f78c7..f68edf3 100644 --- a/flake.lock +++ b/flake.lock @@ -208,22 +208,6 @@ "type": "github" } }, - "nixpkgs-master": { - "locked": { - "lastModified": 1781334907, - "narHash": "sha256-UiFcXd+Qrb7oaNPhXqMty2lSRSFBNtz6LhQLNDuQ4w8=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "d34e9cd74d51daeadd9724178281ac380893f8ac", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "master", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs-notifier": { "inputs": { "flake-utils": [ @@ -341,7 +325,9 @@ "import-tree": "import-tree", "nix-git-cherry-picker": "nix-git-cherry-picker", "nixpkgs": "nixpkgs", - "nixpkgs-master": "nixpkgs-master", + "nixpkgs-master": [ + "nixpkgs-unstable" + ], "nixpkgs-notifier": "nixpkgs-notifier", "nixpkgs-unstable": "nixpkgs-unstable", "notewrapper": "notewrapper",