Fix syntax for nix-systems input

Removed unsupported .com in nix-systems url input.
This commit is contained in:
ginkogruen 2024-10-08 08:06:07 +02:00 committed by GitHub
parent 2154fdbb83
commit 338043c4e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
{ {
description = "A basic flake with a shell"; description = "A basic flake with a shell";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.systems.url = "github.com:nix-systems/default"; inputs.systems.url = "github:nix-systems/default";
inputs.flake-utils = { inputs.flake-utils = {
url = "github:numtide/flake-utils"; url = "github:numtide/flake-utils";
inputs.systems.follows = "systems"; inputs.systems.follows = "systems";