format and update

This commit is contained in:
Luc Perkins 2022-07-29 01:21:18 +02:00
parent c06ee195ac
commit e2b0b6b052
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
23 changed files with 122 additions and 42 deletions

6
dhall/flake.lock generated
View file

@ -17,11 +17,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1659047633,
"narHash": "sha256-zeI+NkJOa665fRrKGpjscfy3Hs4K316q1q7394xbRbw=",
"lastModified": 1659049902,
"narHash": "sha256-eFyEAnwY/9U+8W/6qam++osVH7ec3D7IXGBHKNk6p4g=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "496caa738a16d2bb3607243d9127df718bb50513",
"rev": "42ad817998d134577ee8788f4cc2c52f04c71f5b",
"type": "github"
},
"original": {

View file

@ -32,7 +32,7 @@
inherit (pkgs) mkShell;
in {
devShells = {
default = pkgs.mkShell {
default = mkShell {
buildInputs = [ dhall ] ++ otherFormats;
shellHook = ''