Fix typos

main
Bill Ewanick 2023-04-06 19:53:00 -04:00
parent 3c52a5b7cc
commit 615116d3cf
2 changed files with 3 additions and 3 deletions

View File

@ -4,13 +4,13 @@
"locked": { "locked": {
"lastModified": 1672580127, "lastModified": 1672580127,
"narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=",
"owner": "NixOs", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0874168639713f547c05947c76124f78441ea46c", "rev": "0874168639713f547c05947c76124f78441ea46c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOs", "owner": "NixOS",
"ref": "nixos-22.05", "ref": "nixos-22.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"

View File

@ -2,7 +2,7 @@
description = "Template for an Elm app defined by a Nix flake"; description = "Template for an Elm app defined by a Nix flake";
inputs = { inputs = {
nixpkgs.url = "github:NixOs/nixpkgs/nixos-22.05"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05";
utils.url = "github:numtide/flake-utils"; utils.url = "github:numtide/flake-utils";
}; };