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 /flake.nix | |
| parent | 7ae8cec40ca1d44cc78859c4404a6e57f032576f (diff) | |
use own nixpkgs fork for untable
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |
