diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-09-01 11:38:39 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-09-01 11:38:39 -0700 |
commit | 9134e432a87a4f04c3402aef6eba0ffce3ec0eb8 (patch) | |
tree | 561734f89a34657c42a2bac6252cdc8dab1fe12a /hosts | |
parent | 482740176237962efd12985792d9c366639f0c1d (diff) | |
download | nix-9134e432a87a4f04c3402aef6eba0ffce3ec0eb8.tar nix-9134e432a87a4f04c3402aef6eba0ffce3ec0eb8.tar.gz nix-9134e432a87a4f04c3402aef6eba0ffce3ec0eb8.tar.bz2 nix-9134e432a87a4f04c3402aef6eba0ffce3ec0eb8.tar.lz nix-9134e432a87a4f04c3402aef6eba0ffce3ec0eb8.tar.xz nix-9134e432a87a4f04c3402aef6eba0ffce3ec0eb8.tar.zst nix-9134e432a87a4f04c3402aef6eba0ffce3ec0eb8.zip |
Add crc32
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/common/core/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index 8a0fe8a..5d8bcc6 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -65,6 +65,7 @@ pkgs.parted pkgs.patchelf pkgs.pciutils + pkgs.perl540Packages.ArchiveZip pkgs.procps pkgs.progress pkgs.psmisc |