Skip to content

Commit

Permalink
feat(nixos): coreutils
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Dec 1, 2023
1 parent ed8c3cb commit 8d1db80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion machines/shared.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports =
[
Expand Down Expand Up @@ -102,6 +102,7 @@

environment.systemPackages = with pkgs; [
cachix
coreutils
curl
git
jq
Expand Down

0 comments on commit 8d1db80

Please sign in to comment.