summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2025-10-24 22:13:03 +0200
committerGrisha Shipunov2025-10-24 22:13:03 +0200
commit7b5b44d942700a8084f6529efc7314ebe81c13fc (patch)
treeda693875726e847d741240dd53c67410f9f5b57f
parent7ae8cec40ca1d44cc78859c4404a6e57f032576f (diff)
use own nixpkgs fork for untable
-rw-r--r--flake.lock10
-rw-r--r--flake.nix2
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";