Skip to content

Commit 610ac68

Browse files
committed
fix(nix): use nixos-unstable
Fixed #4947
1 parent 60a7d6a commit 610ac68

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

flake.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "A simple terminal UI for git commands";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
66
systems.url = "github:nix-systems/default";
77
flake-parts.url = "github:hercules-ci/flake-parts";
88
flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz";

0 commit comments

Comments
 (0)