chore(nix): fix nixpkgs flake ref
they are *technically* case sensitive
This commit is contained in:
parent
02cf98ee4b
commit
d6d5b25b9c
2 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
|||
{
|
||||
description = "Discord bot for Prism Launcher";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
};
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
outputs =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue