From 35241db21767ebf242c8f3139547f750c6f5205e Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Sat, 30 Oct 2021 13:32:38 -0700 Subject: chore: make flake.nix cross-platform compatible --- flake.lock | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index dac8dc8e..bf440813 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,20 @@ { "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1634851050, + "narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c91f3de5adaf1de973b797ef7485e441a65b8935", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1626644568, @@ -16,6 +31,7 @@ }, "root": { "inputs": { + "flake-utils": "flake-utils", "nixpkgs": "nixpkgs" } } -- cgit v1.2.3-70-g09d2