1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

fix: remove unnecessary colmena modules and fix zsh-skim-histdb build

This commit is contained in:
oddlama 2023-09-20 12:59:46 +02:00
parent c61ea321ed
commit 67d5b76b0a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 1 additions and 2 deletions

View file

@ -37,8 +37,6 @@ inputs: let
node.secretsDir = ../hosts/${name}/secrets;
}
../hosts/${name}
inputs.colmena.nixosModules.assertionModule
inputs.colmena.nixosModules.deploymentOptions
];
};

View file

@ -23,6 +23,7 @@ rustPlatform.buildRustPackage rec {
'';
postInstall = ''
mkdir -p $out/share/zsh-histdb-skim
cp zsh-histdb-skim-vendored.zsh $out/share/zsh-histdb-skim/zsh-histdb-skim.plugin.zsh
'';
}