From ce370cd4959ebfb976fb4cefe17508f4d5eee359 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 21 Aug 2024 04:29:37 -0400 Subject: [PATCH] chore(nix): fix nixpkgs flake ref they are *technically* case sensitive --- flake.lock | 4 ++-- flake.nix | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 08f3592..5796555 100644 --- a/flake.lock +++ b/flake.lock @@ -4,13 +4,13 @@ "locked": { "lastModified": 1727335715, "narHash": "sha256-1uw3y94dA4l22LkqHRIsb7qr3rV5XdxQFqctINfx8Cc=", - "owner": "nixos", + "owner": "NixOS", "repo": "nixpkgs", "rev": "28b5b8af91ffd2623e995e20aee56510db49001a", "type": "github" }, "original": { - "owner": "nixos", + "owner": "NixOS", "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" diff --git a/flake.nix b/flake.nix index f42f4eb..d255c30 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {