[chore] fixup build; downgrade haskellPackages, update flake lock, add

deployment status, license, and readme
This commit is contained in:
mangoiv 2023-08-18 18:52:35 +02:00
parent b109bb26c2
commit f55e1092c0
Signed by: mangoiv
SSH key fingerprint: SHA256:JlsRe4zkmS13EG6gMFNjv13Lw5rtoMPu3Lq69ZQTKF8
5 changed files with 20 additions and 7 deletions

7
LICENSE.md Normal file
View file

@ -0,0 +1,7 @@
Copyright (c) 2023 @MangoIV
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# personal website
[![builds.sr.ht status](https://builds.sr.ht/~mangoiv/website/commits/main/.build.yml.svg)](https://builds.sr.ht/~mangoiv/website/commits/main/.build.yml?)

View file

@ -19,3 +19,7 @@ title: About
I have moved to [sourcehut](https://sr.ht/) for anything non-keyboard-related and I can really recommend
you to have a look. Other alternatives to GitHub include
[codeberg](https://codeberg.org/) or [gitlab](https://gitlab.com/).
### deployment status of this website
[![builds.sr.ht status](https://builds.sr.ht/~mangoiv/website/commits/main/.build.yml.svg)](https://builds.sr.ht/~mangoiv/website/commits/main/.build.yml?)

View file

@ -72,11 +72,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1692279307,
"narHash": "sha256-7BMWvpLpGs3zvAm0c1HVYVoVIe0m0Cfp2GPpqxDte3U=",
"lastModified": 1692343221,
"narHash": "sha256-aCQE0eXmQ36ouEFfRf4gxGHELo/GFW2UzGj8DU7CtfU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "02bba6c619c91e8c8eef9ba1129d0eff31741445",
"rev": "babf56d5b24a91526a208cad1dde3d6ddbe4878c",
"type": "github"
},
"original": {

View file

@ -19,15 +19,14 @@
...
}: {
haskellProjects.default = {
basePackages = pkgs.haskell.packages.ghc96;
devShell.mkShellArgs.shellHook = config.pre-commit.installationScript;
packages = {
hlint.source = "3.6.1";
fourmolu.source = "0.13.0.0";
# hlint.source = "3.6.1";
# fourmolu.source = "0.13.0.0";
};
settings = {
website.haddock = true;
fourmolu.check = false;
# fourmolu.check = false;
};
};