Update flakes

This commit is contained in:
Luc Perkins 2022-10-12 16:42:34 -05:00
parent ddc4f28755
commit c4a5d837e4
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
45 changed files with 104 additions and 105 deletions

6
gleam/flake.lock generated
View file

@ -17,11 +17,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1661178095,
"narHash": "sha256-VP8KoVbqHT7dihr8XES0fM1SmuOxQGyRP85MMDTSEf0=",
"lastModified": 1665607107,
"narHash": "sha256-ALYav/rDpqZKxP4szZw6qgCd6sol1zZKHtVwylrKxTQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d2a38cb03b8f5badfb70bfc2acb3151ed9609e38",
"rev": "c119e44bcce824647eff0229449374b1f0c9ad0e",
"type": "github"
},
"original": {

View file

@ -17,7 +17,7 @@
pkgs = import nixpkgs { inherit system; };
in
{
devShell = pkgs.mkShell {
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [ gleam ];
shellHook = ''