mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
fix: remove unnecessary colmena modules and fix zsh-skim-histdb build
This commit is contained in:
parent
c61ea321ed
commit
67d5b76b0a
2 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,6 @@ inputs: let
|
|||
node.secretsDir = ../hosts/${name}/secrets;
|
||||
}
|
||||
../hosts/${name}
|
||||
inputs.colmena.nixosModules.assertionModule
|
||||
inputs.colmena.nixosModules.deploymentOptions
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue