Add nil to the nix darwin config
This commit is contained in:
parent
7d756124ac
commit
90578d1476
@ -98,6 +98,7 @@
|
|||||||
docker-client
|
docker-client
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
rnix-lsp
|
rnix-lsp
|
||||||
|
nil
|
||||||
alloy6
|
alloy6
|
||||||
jdk
|
jdk
|
||||||
plantuml-c4
|
plantuml-c4
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
inputs = {
|
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-lua.url = "github:nixos/nixpkgs?rev=a08d6979dd7c82c4cef0dcc6ac45ab16051c1169";
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
|
nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
|
||||||
darwin.url = "github:lnl7/nix-darwin";
|
darwin.url = "github:lnl7/nix-darwin";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user