From d0d3881d94be2a1ceb6acc8d47dc44eaceda647d Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Sat, 31 Dec 2022 14:09:14 +0000 Subject: [PATCH] flake.nix: alphabetise inputs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1e683dba..dac65e7c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,11 +1,11 @@ { inputs = { get-flake.url = "github:ursi/get-flake"; - lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils"; horizon-platform = { url = "git+https://gitlab.homotopic.tech/horizon/horizon-platform"; flake = false; }; + lint-utils.url = "git+https://gitlab.homotopic.tech/nix/lint-utils"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; }; -- GitLab