From 5c83153ddf3befead0a074091bb1c97b64990574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1r=C3=A1ndi=20Tam=C3=A1s?= Date: Fri, 24 Nov 2023 10:27:55 +0100 Subject: [PATCH] [OPS-1514] Repin nixpkgs Problem: we need to update time to time our references to our nixpkgs fork Solution: update nixpkgs input --- flake.lock | 12 +++++++----- flake.nix | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index fc6682a..e875a59 100644 --- a/flake.lock +++ b/flake.lock @@ -900,16 +900,18 @@ }, "nixpkgs_7": { "locked": { - "lastModified": 1674736538, - "narHash": "sha256-/DszFMkAgYyB9dTWKkoZa9i0zcrA6Z4hYrOr/u/FSxY=", + "lastModified": 1700813934, + "narHash": "sha256-IdlI60suH7yVBU8m4wGfDqTr4dLAzWc2eWCUpNeaKUs=", "owner": "serokell", "repo": "nixpkgs", - "rev": "1dfdbb65d77430fc0935e8592d0abc4addcce711", + "rev": "0f42a542b4dc890901c36d708eae797beb6c7d77", "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "serokell", + "ref": "karandit/repin-23-11-2023", + "repo": "nixpkgs", + "type": "github" } }, "nosys": { diff --git a/flake.nix b/flake.nix index 9e52d51..4942ec4 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,9 @@ nixConfig.flake-registry = "https://github.com/serokell/flake-registry/raw/master/flake-registry.json"; inputs = { + + nixpkgs.url = "github:serokell/nixpkgs?ref=karandit/repin-23-11-2023"; + gitignore-nix = { url = "github:hercules-ci/gitignore.nix"; flake = false;