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

12
flake.lock generated
View file

@ -314,16 +314,22 @@
},
"tetris": {
"inputs": {
"devshell": [
"devshell"
],
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1653013761,
"narHash": "sha256-rHdl9AGus3qaslpzr/nfRL7/RcS89Y4M+g4wCfzoW10=",
"lastModified": 1653171662,
"narHash": "sha256-yVn7Iypcm4xgGHZNqeHZw5qRGo1xfeR7SU8bdYtgH8o=",
"owner": "chvp",
"repo": "tetris",
"rev": "02bbf22ca1053ad4407d912ec251b4c438bf69f9",
"rev": "b4f57cf95093449e0dfbcf2c106e305221e84b06",
"type": "github"
},
"original": {

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";