Skip to content

Commit

Permalink
chore(nix): fix nixpkgs flake ref
Browse files Browse the repository at this point in the history
they are *technically* case sensitive
  • Loading branch information
getchoo committed Aug 21, 2024
1 parent 120b0e6 commit 9eff25b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
description = "Discord bot for Prism Launcher";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";

# Inputs below this are optional
# You may remove them with `inputs.<name>.follows = ""`

treefmt-nix = {
url = "github:numtide/treefmt-nix";
Expand Down

0 comments on commit 9eff25b

Please sign in to comment.