From 8841ea01675024ac27b08a50b8585aa18c621563 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sat, 30 Mar 2024 13:26:58 +0100 Subject: [PATCH] remove unstable-plus-patches --- flake.lock | 17 ----------------- flake.nix | 2 -- 2 files changed, 19 deletions(-) diff --git a/flake.lock b/flake.lock index 3cc0ee8..b05ed32 100644 --- a/flake.lock +++ b/flake.lock @@ -842,7 +842,6 @@ "simple-nixos-mailserver": "simple-nixos-mailserver", "sops-nix": "sops-nix", "unstable": "unstable", - "unstable-plus-patches": "unstable-plus-patches", "zotero-nix": "zotero-nix" } }, @@ -1102,22 +1101,6 @@ "type": "github" } }, - "unstable-plus-patches": { - "locked": { - "lastModified": 1709406994, - "narHash": "sha256-WVzW/ow9xoySzTVRu0jSSs8ew+cGtjqR6rUkRc20BHs=", - "owner": "JulienMalka", - "repo": "nixpkgs", - "rev": "887f38c600d5f1ce236f831489462fce3610b6e2", - "type": "github" - }, - "original": { - "owner": "JulienMalka", - "ref": "unstable-plus-patches", - "repo": "nixpkgs", - "type": "github" - } - }, "utils": { "inputs": { "systems": "systems_7" diff --git a/flake.nix b/flake.nix index 2a7a8cd..0154081 100644 --- a/flake.nix +++ b/flake.nix @@ -21,8 +21,6 @@ unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small"; - unstable-plus-patches.url = "github:JulienMalka/nixpkgs/unstable-plus-patches"; - flake-utils.url = "github:numtide/flake-utils"; colmena.url = "github:zhaofengli/colmena";