update wand, update shit

This commit is contained in:
notgne2 2020-04-28 03:24:51 -07:00
parent 3786dd4243
commit 530645b783
2 changed files with 16 additions and 19 deletions

View File

@ -4,26 +4,18 @@
Passionate shitposter and software engineer. Passionate shitposter and software engineer.
Sometimes I have posts [here](/posts/). Sometimes I have posts [here](/posts/), but I don't make many.
## 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
## My work ## 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 - [gm8.app](https://gm8.app) - Service for purchasing and managing servers over Discord
- [EdenJS](https://github.com/eden-js/cli) - Awesome isomorphic NodeJS skeleton for structured applications - [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 - [DiscordBots](https://discordbots.org/) - Popular index of Discord bots and servers
- [Tox](https://tox.chat) - FOSS Secure messaging application - [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 ## Contact me

View File

@ -1,8 +1,13 @@
{ pkgs ? import <nixpkgs> { }, callPackage ? pkgs.callPackage { pkgs ? import <nixpkgs> {}
, wandardFrontUtils ? callPackage (builtins.fetchGit { , callPackage ? pkgs.callPackage
url = "https://git.wizbos.club/wizbos-pub/wand-front-utils.git"; , wandardFrontUtils ? callPackage (
rev = "0710d0331ff26edf75b24f04cd49fde8793ea33e"; builtins.fetchGit {
}) { }, ... }: url = "https://git.wizbos.club/wizbos-pub/wand-front-utils.git";
rev = "4565d0858fc62064d619454b558689649af28712";
}
) {}
, ...
}:
with wandardFrontUtils; with wandardFrontUtils;
mkWandardFront { mkWandardFront {