mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
add nixid (now works on macos)
This commit is contained in:
parent
17a7452602
commit
d1c61fcdfc
3 changed files with 100 additions and 21 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue