Skip to content

Commit b9c2d44

Browse files
committed
Nix expr: use github:NixOS/nixpkgs?ref=24.05 as nixpkgs input in flake.nix
1 parent 80c58dd commit b9c2d44

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

Lines changed: 4 additions & 4 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
@@ -1,7 +1,7 @@
11
{
22
description = "EmuHawk is a multi-system emulator written in C#. As well as quality-of-life features for casual players, it also has recording/playback and debugging tools, making it the first choice for TASers (Tool-Assisted Speedrunners).";
33
inputs = {
4-
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
4+
nixpkgs.url = "github:NixOS/nixpkgs?ref=24.05";
55
};
66
outputs =
77
inputs@{ self, nixpkgs, ... }:

0 commit comments

Comments
 (0)