Skip to content

Commit 5901f53

Browse files
committed
tools: fix formatting / add shell.nix compat layer
1 parent a552c7b commit 5901f53

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

code/hsec-tools/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838

3939
# Used by `nix develop` (dev shell)
4040
devShell = project true;
41-
});
41+
});
4242
}

code/hsec-tools/shell.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
2+
src = ./.;
3+
}).shellNix.default

0 commit comments

Comments
 (0)