Compare commits
1 commit
04f4afe125
...
15ece3585e
Author | SHA1 | Date | |
---|---|---|---|
15ece3585e |
3 changed files with 2 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
|||
/configuration.nix
|
||||
/result*
|
||||
result*
|
||||
/host/*/result*
|
||||
*.qcow2
|
||||
/.direnv
|
||||
|
|
|
@ -19,6 +19,6 @@ stdenv.mkDerivation {
|
|||
mdbook-plantuml
|
||||
plantuml
|
||||
];
|
||||
src = ../.;
|
||||
src = self;
|
||||
buildPhase = "mdbook build --dest-dir $out";
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/nix/store/8lz1gis69kwpqbr3g9gircj91mhhj5ya-sops.yaml
|
Loading…
Add table
Reference in a new issue