From 47686a11bf0135d2f22aba0692ebe6d12a42530f Mon Sep 17 00:00:00 2001 From: peak-stephen <121192940+peak-stephen@users.noreply.github.com> Date: Fri, 14 Apr 2023 19:14:41 +0200 Subject: [PATCH] Fix typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c14fe68..20a8eca 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "tweag/cerm: compositional reproducible executable machines"; + description = "tweag/crem: compositional reproducible executable machines"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";