This commit is contained in:
John Murray 2023-12-11 22:03:25 -05:00
parent 23de67915c
commit 1b45a4b0d4
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
{ ... }: {
simple = {
description = "Basic flake with roc cli + lsp";
path = ./simple.nix;
path = ./simple;
};
}