update default nix

This commit is contained in:
John Murray 2023-12-11 23:52:34 -05:00
parent 7075bd6049
commit 7397245836
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
(import
{ ... }: (import
(
let lock = builtins.fromJSON (builtins.readFile ./flake.lock);
in fetchTarball {

View File

@ -1,4 +1,5 @@
{ ... }: {
{ ... }: rec {
default = simple;
simple = {
description = "Basic flake with roc cli + lsp";
path = ./simple;