diff options
| author | Grisha Shipunov | 2025-10-24 22:13:03 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-10-24 22:13:03 +0200 |
| commit | 7b5b44d942700a8084f6529efc7314ebe81c13fc (patch) | |
| tree | da693875726e847d741240dd53c67410f9f5b57f | |
| parent | 7ae8cec40ca1d44cc78859c4404a6e57f032576f (diff) | |
use own nixpkgs fork for untable
| -rw-r--r-- | flake.lock | 10 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -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" @@ -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"; |
