Compare commits

..

1 commit

Author SHA1 Message Date
04f4afe125 Migrate packages to use callPackage pattern
Some checks failed
CI / build (push) Failing after 2m48s
2024-10-19 19:40:58 +03:00
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,5 +1,5 @@
/configuration.nix /configuration.nix
result* /result*
/host/*/result* /host/*/result*
*.qcow2 *.qcow2
/.direnv /.direnv

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation {
mdbook-plantuml mdbook-plantuml
plantuml plantuml
]; ];
src = self; src = ../.;
buildPhase = "mdbook build --dest-dir $out"; buildPhase = "mdbook build --dest-dir $out";
} }

1
packages/result Symbolic link
View file

@ -0,0 +1 @@
/nix/store/8lz1gis69kwpqbr3g9gircj91mhhj5ya-sops.yaml