Add nil to the nix darwin config

This commit is contained in:
Jeremy Wall 2023-06-11 20:55:34 -04:00
parent 7d756124ac
commit 90578d1476
2 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@
docker-client
google-cloud-sdk
rnix-lsp
nil
alloy6
jdk
plantuml-c4

View File

@ -1,7 +1,7 @@
{
inputs = {
# TODO(jwall): Pinning this to a fixed version of lua on darwin for now.
# NOTE(jwall): Pinning this to a fixed version of lua on darwin for now.
nixpkgs-lua.url = "github:nixos/nixpkgs?rev=a08d6979dd7c82c4cef0dcc6ac45ab16051c1169";
nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
darwin.url = "github:lnl7/nix-darwin";