From aaef39d31ad0a54c839afc3df435ed625452719d Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 8 Jan 2026 21:50:22 -0500 Subject: [PATCH] ytbn: use own nixpkgs --- flake.lock | 20 +++++++++++++++++--- flake.nix | 1 - 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 728b4c9..36f9847 100644 --- a/flake.lock +++ b/flake.lock @@ -342,6 +342,22 @@ "type": "github" } }, + "nixpkgs_3": { + "locked": { + "lastModified": 1764517877, + "narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "pre-commit": { "inputs": { "flake-compat": "flake-compat_2", @@ -590,9 +606,7 @@ "ytbn-graphing-software": { "inputs": { "flake-utils": "flake-utils_2", - "nixpkgs": [ - "nixpkgs" - ], + "nixpkgs": "nixpkgs_3", "rust-overlay": "rust-overlay_2" }, "locked": { diff --git a/flake.nix b/flake.nix index 70e9897..f7052e3 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,6 @@ ytbn-graphing-software = { url = "git+https://git.gardling.com/titaniumtown/YTBN-Graphing-Software"; - inputs.nixpkgs.follows = "nixpkgs"; }; };