From 7b5b44d942700a8084f6529efc7314ebe81c13fc Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 24 Oct 2025 22:13:03 +0200 Subject: use own nixpkgs fork for untable --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 71bd613..5e1afb8 100644 --- a/flake.lock +++ b/flake.lock @@ -332,15 +332,15 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1760878510, - "narHash": "sha256-K5Osef2qexezUfs0alLvZ7nQFTGS9DL2oTVsIXsqLgs=", - "owner": "nixos", + "lastModified": 1761309832, + "narHash": "sha256-huQtbBdg0dJXeiME8pyK4HRHPxk07RaSt6UJqtR2f4c=", + "owner": "gshipunov", "repo": "nixpkgs", - "rev": "5e2a59a5b1a82f89f2c7e598302a9cacebb72a67", + "rev": "07724762174c5f02cfc787caca5c2aad6e6a4169", "type": "github" }, "original": { - "owner": "nixos", + "owner": "gshipunov", "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" diff --git a/flake.nix b/flake.nix index 0f7b0ca..3998e8a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable"; + nixpkgs-unstable.url = "github:gshipunov/nixpkgs?ref=nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-25.05"; flake-utils.url = "github:numtide/flake-utils"; -- cgit v1.3.1