mirror of
https://codeberg.org/puppe/secrets.git
synced 2025-12-20 00:42:17 +01:00
Initial commit
This commit is contained in:
commit
a754091989
2 changed files with 295 additions and 0 deletions
7
shell.nix
Normal file
7
shell.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
openssh
|
||||
racket-minimal
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue