diff --git a/flake.lock b/flake.lock index e7546e9..13fad6d 100644 --- a/flake.lock +++ b/flake.lock @@ -4,13 +4,13 @@ "locked": { "lastModified": 1672580127, "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", - "owner": "NixOs", + "owner": "NixOS", "repo": "nixpkgs", "rev": "0874168639713f547c05947c76124f78441ea46c", "type": "github" }, "original": { - "owner": "NixOs", + "owner": "NixOS", "ref": "nixos-22.05", "repo": "nixpkgs", "type": "github" diff --git a/flake.nix b/flake.nix index 0dc8b6c..49e0158 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Template for an Elm app defined by a Nix flake"; inputs = { - nixpkgs.url = "github:NixOs/nixpkgs/nixos-22.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05"; utils.url = "github:numtide/flake-utils"; };