I hereby claim:
- I am alter2000 on github.
- I am alter2000 (https://keybase.io/alter2000) on keybase.
- I have a public key ASAvdypndDLWM4y99026w18VXbwqq2qjbUmrmFfuSWeEFwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| pkgname=normez | |
| pkgver=r161.574a98a | |
| pkgrel=3 | |
| pkgdesc="Coding-style checker for Epitech students." | |
| arch=('any') | |
| url="https://github.com/ronanboiteau/NormEZ" | |
| license=('MIT') | |
| groups=() | |
| depends=('ruby' 'git') | |
| source=("$pkgname::git+https://github.com/ronanboiteau/NormEZ") |
| # install nix | |
| # logout then login | |
| # add said file to ~/.config/nixpkgs/overlays/haskell.nix | |
| # NOT NEEDED ANYMORE: add `{ allowBroken = true; }` to ~/.config/nixpkgs/config.nix | |
| nix-channel --list | |
| ## should _NOT_ have nixpkgs-unstable in output, else do | |
| nix-channel --add https://nixos.org/channels/nixpkgs nixpkgs | |
| # install pkgset | |
| nix-env -iA nixpkgs.haskellPkgs | |
| # any other time to clear all other packages and update |
| { buildGoModule | |
| }: | |
| buildGoModule { | |
| pname = "TODO"; | |
| version = "0.0.1"; | |
| src = ./.; | |
| # goPackagePath = "gitlab.com/USER/TODO"; | |
| vendorSha256 = "sha256-00000000000000000000000000000000000000000000"; | |
| } |