Update dependencies

This commit is contained in:
Charlotte Van Petegem 2022-05-22 00:22:55 +02:00
parent 25d8f768dd
commit b670ef752f
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 14 additions and 4 deletions

View file

@ -57,7 +57,11 @@
nur.url = "github:nix-community/NUR";
tetris = {
url = "github:chvp/tetris";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
devshell.follows = "devshell";
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
};
};
utils = {
url = "github:gytis-ivaskevicius/flake-utils-plus";