1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-05-12 18:41:46 +02:00
parent 69165bbbf7
commit 441a6b68d6
No known key found for this signature in database
7 changed files with 2 additions and 189 deletions

View file

@ -7,11 +7,6 @@
weave.url = "git+https://codeberg.org/helvetica/weave.git";
};
nixConfig = {
extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=";
extra-substituters = "https://devenv.cachix.org";
};
outputs = {
nixpkgs,
flake-parts,
@ -23,15 +18,8 @@
perSystem = {
system,
pkgs,
self',
lib,
...
}: {
packages = lib.packagesFromDirectoryRecursive {
inherit (pkgs) callPackage;
directory = ./packages;
};
devShells.default = pkgs.mkShellNoCC {
packages = [
inputs.weave.packages.${system}.default
@ -41,7 +29,7 @@
root=$(git rev-parse --show-toplevel)
export WEAVE_FROM=$root/home
export WEAVE_HIST=$root/.weavecache
export WEAVE_HIST=$root/.weavehist
'';
};
};