Compare commits
1 commit
15ece3585e
...
04f4afe125
Author | SHA1 | Date | |
---|---|---|---|
04f4afe125 |
3 changed files with 3 additions and 2 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 = self;
|
||||
src = ../.;
|
||||
buildPhase = "mdbook build --dest-dir $out";
|
||||
}
|
||||
|
|
1
packages/result
Symbolic link
1
packages/result
Symbolic link
|
@ -0,0 +1 @@
|
|||
/nix/store/8lz1gis69kwpqbr3g9gircj91mhhj5ya-sops.yaml
|
Loading…
Add table
Reference in a new issue