summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-10-24 22:13:03 +0200
committerGrisha Shipunov2025-10-24 22:13:03 +0200
commit7b5b44d942700a8084f6529efc7314ebe81c13fc (patch)
treeda693875726e847d741240dd53c67410f9f5b57f /flake.nix
parent7ae8cec40ca1d44cc78859c4404a6e57f032576f (diff)
use own nixpkgs fork for untable
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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";