add nixid (now works on macos)

This commit is contained in:
Sridhar Ratnakumar 2023-06-24 11:34:40 -04:00
parent 17a7452602
commit d1c61fcdfc
3 changed files with 100 additions and 21 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ flake, pkgs, lib, ... }:
# Platform-independent terminal setup
{
@ -11,6 +11,10 @@
nix-output-monitor
devour-flake
nil
# nixd FIXME: why does this not work?
flake.inputs.nixd.packages.${pkgs.system}.nixd
# nixd
nixpkgs-fmt
shfmt
];