sync laptop
This commit is contained in:
parent
bc72aada53
commit
3c014b1d15
5 changed files with 3 additions and 9 deletions
|
@ -23,9 +23,6 @@ in
|
|||
};
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"imagemagick-6.9.12-68"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
|
|||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ libX11 ];
|
||||
|
||||
cargoSha256 = "sha256-Vnhni8tckrexlJ85gfSDEAVWhH6oVHn9/z2O2OIVR5o=";
|
||||
cargoSha256 = "sha256-d8MshgH3EppKR80fULU5kraJzrkG57KApzcJM2muvIE=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "colourise piped input";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue