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:
parent
c61ea321ed
commit
67d5b76b0a
2 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,6 @@ inputs: let
|
||||||
node.secretsDir = ../hosts/${name}/secrets;
|
node.secretsDir = ../hosts/${name}/secrets;
|
||||||
}
|
}
|
||||||
../hosts/${name}
|
../hosts/${name}
|
||||||
inputs.colmena.nixosModules.assertionModule
|
|
||||||
inputs.colmena.nixosModules.deploymentOptions
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
mkdir -p $out/share/zsh-histdb-skim
|
||||||
cp zsh-histdb-skim-vendored.zsh $out/share/zsh-histdb-skim/zsh-histdb-skim.plugin.zsh
|
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