diff options
author | EuAndreh <eu@euandre.org> | 2018-12-30 22:36:43 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-30 22:36:43 -0200 |
commit | 78195626c1d601eb9fb4e6f37992887f15454763 (patch) | |
tree | ca94e5b64d8e901291500ae4f86896265238fba5 | |
parent | mrconfig.ini. (diff) | |
download | dotfiles-78195626c1d601eb9fb4e6f37992887f15454763.tar.gz dotfiles-78195626c1d601eb9fb4e6f37992887f15454763.tar.xz |
Add shellcheck, github-backup and node2nix packages.
-rw-r--r-- | nixos/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 125d452..657c37b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -242,6 +242,9 @@ ledger perl + nodePackages.node2nix + shellcheck + (haskell.lib.justStaticExecutables haskellPackages.github-backup) ## Containers and VMs |