diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-20 14:00:18 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-20 14:00:18 -0300 |
| commit | 9ff4a87fcdbd042c302b0640ab2e0927c6081e0c (patch) | |
| tree | 562fa59180db69db552f5c0aca3f010374e79068 | |
| parent | scripts/post.sh: Use fully qualified "$OUT" path so it can work from anywhere (diff) | |
| download | dotfiles-9ff4a87fcdbd042c302b0640ab2e0927c6081e0c.tar.gz dotfiles-9ff4a87fcdbd042c302b0640ab2e0927c6081e0c.tar.xz | |
nixos/configuration.nix: Add python3 package to the base system
| -rw-r--r-- | nixos/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 557fb964..f17e06dc 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -121,6 +121,7 @@ in { clojure # =clj= kubernetes nssTools # =pk12util= + python3 ]; in with pkgs; |
