Commit 3777764
Changed files (1)
modules
core
tools
modules/core/tools/packages.nix
@@ -36,7 +36,7 @@
gping # ping, but with a graph(TUI)
yq-go # yaml processor https://github.com/mikefarah/yq
websocat # Command-line client for WebSockets
- ouch # Painless compression and decompression in the terminal
+ (ouch.override {enableUnfree = true;}) # Painless compression and decompression in the terminal
];
};
}