Skip to content

Commit bab6f54

Browse files
committed
fix nixpkgs input
1 parent 07cc020 commit bab6f54

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

flake.lock

Lines changed: 3 additions & 2 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,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "nixpkgs/nixos-unstable";
3+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
44

55
lute-src = {
66
url = "github:luau-lang/lute";

0 commit comments

Comments
 (0)