update wand, update shit
This commit is contained in:
parent
3786dd4243
commit
530645b783
@ -4,26 +4,18 @@
|
||||
|
||||
Passionate shitposter and software engineer.
|
||||
|
||||
Sometimes I have posts [here](/posts/).
|
||||
|
||||
## Some recent projects
|
||||
|
||||
- Rustchan - Fully featured imageboard written in Rust (I actually just lost the link, some other dude maintains it now iirc)
|
||||
- [flup](https://github.com/notgne2/flup) - Pomf compliant file hosting website written in Rust
|
||||
- [LibreBasics](/posts/librebasics) - experiments using FreeBasics freely
|
||||
- [ViveAHK](/posts/viveahk) - Allows you to bind keys to Vive controller keypresses
|
||||
- comet protocol - im not telling u nuffing yet
|
||||
- i will always forget to update this
|
||||
|
||||
Sometimes I have posts [here](/posts/), but I don't make many.
|
||||
|
||||
## My work
|
||||
|
||||
I have worked significant amounts on various projects, most recently being:
|
||||
I have worked significant amounts on various projects, most recently and/or notably being:
|
||||
|
||||
- [gm8.app](https://gm8.app) - Buy, deploy and manage servers from Discord
|
||||
- [EdenJS](https://github.com/eden-js/cli) - Awesome isomorphic NodeJS skeleton for structured applications
|
||||
- [gm8.app](https://gm8.app) - Service for purchasing and managing servers over Discord
|
||||
- [EdenJS](https://github.com/eden-js/cli) - Modular isomorphic web framework using ExpressJS and RiotJS
|
||||
- [DiscordBots](https://discordbots.org/) - Popular index of Discord bots and servers
|
||||
- [Tox](https://tox.chat) - FOSS Secure messaging application
|
||||
- [Continix](https://github.com/notgne2/continix) - Tool to use NixOS configurations to generate Docker images
|
||||
- [pnpm2nix](https://github.com/nix-community/pnpm2nix) - Tool for using pnpm lockfiles inside Nix derivations
|
||||
|
||||
## Contact me
|
||||
|
||||
|
13
default.nix
13
default.nix
@ -1,8 +1,13 @@
|
||||
{ pkgs ? import <nixpkgs> { }, callPackage ? pkgs.callPackage
|
||||
, wandardFrontUtils ? callPackage (builtins.fetchGit {
|
||||
{ pkgs ? import <nixpkgs> {}
|
||||
, callPackage ? pkgs.callPackage
|
||||
, wandardFrontUtils ? callPackage (
|
||||
builtins.fetchGit {
|
||||
url = "https://git.wizbos.club/wizbos-pub/wand-front-utils.git";
|
||||
rev = "0710d0331ff26edf75b24f04cd49fde8793ea33e";
|
||||
}) { }, ... }:
|
||||
rev = "4565d0858fc62064d619454b558689649af28712";
|
||||
}
|
||||
) {}
|
||||
, ...
|
||||
}:
|
||||
|
||||
with wandardFrontUtils;
|
||||
mkWandardFront {
|
||||
|
Loading…
Reference in New Issue
Block a user