added stuff from morph
This commit is contained in:
commit
cdf9817bc8
9 changed files with 395 additions and 0 deletions
9
test.nix
Normal file
9
test.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs ? import <nixpkgs> { overlays = [ (import ./default.nix) ]; } }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
cpthook
|
||||
hacompanion
|
||||
pulse-secure
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue