From 64d45bd3ae244e10521db4693a52ffa3322bb410 Mon Sep 17 00:00:00 2001 From: Vika Shleina Date: Mon, 19 Jul 2021 05:51:07 +0300 Subject: Fixed flake-utils? --- flake.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3ff32f9..0ea2d37 100644 --- a/flake.nix +++ b/flake.nix @@ -1,12 +1,16 @@ { inputs = { - flake-utils.url = "github:numtide/flake-utils"; + flake-utils = { + type = "github"; + owner = "numtide"; + repo = "flake-utils"; + ref = "master"; + }; rust = { type = "github"; owner = "oxalica"; repo = "rust-overlay"; ref = "master"; - inputs.flake-utils.follows = "flake-utils"; inputs.nixpkgs.follows = "nixpkgs"; }; naersk = { -- cgit 1.4.1