Compare commits

...

2 Commits

Author SHA1 Message Date
e241a5767f add niv to nix shell 2024-10-11 17:27:14 +02:00
1e754b0ebf json2sql: update 2024-10-11 17:26:53 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ rec {
haskellPackages.autotypes
haskellPackages.cabal-install
haskellPackages.ormolu
pkgs.niv
(pkgs.writeScriptBin "reload" ''
set -efu
${haskellPackages.ghcid.bin}/bin/ghcid -c \

View File

@@ -2,7 +2,7 @@
"json2sql": {
"branch": "main",
"repo": "git@code.nomath.org:~/json2sql",
"rev": "ff448719b9fa0463639440dcdfcca17294a02d83",
"rev": "56fccc922fd3d7fdf748b7d2b6cf1df4e48bceb2",
"type": "git"
},
"nixpkgs": {