From 7397245836064106d0f816dcddd9d57f561c0af2 Mon Sep 17 00:00:00 2001 From: John Murray <5672686+JRMurr@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:52:34 -0500 Subject: [PATCH] update default nix --- default.nix | 2 +- nix/templates/default.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index f05dbb5e43..3aa2e0bace 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,4 @@ -(import +{ ... }: (import ( let lock = builtins.fromJSON (builtins.readFile ./flake.lock); in fetchTarball { diff --git a/nix/templates/default.nix b/nix/templates/default.nix index 75052ff9e6..fe1e7ea98b 100644 --- a/nix/templates/default.nix +++ b/nix/templates/default.nix @@ -1,4 +1,5 @@ -{ ... }: { +{ ... }: rec { + default = simple; simple = { description = "Basic flake with roc cli + lsp"; path = ./simple;