Update dependencies
This commit is contained in:
parent
25d8f768dd
commit
b670ef752f
2 changed files with 14 additions and 4 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -314,16 +314,22 @@
|
||||||
},
|
},
|
||||||
"tetris": {
|
"tetris": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
"devshell": [
|
||||||
|
"devshell"
|
||||||
|
],
|
||||||
|
"flake-utils": [
|
||||||
|
"flake-utils"
|
||||||
|
],
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1653013761,
|
"lastModified": 1653171662,
|
||||||
"narHash": "sha256-rHdl9AGus3qaslpzr/nfRL7/RcS89Y4M+g4wCfzoW10=",
|
"narHash": "sha256-yVn7Iypcm4xgGHZNqeHZw5qRGo1xfeR7SU8bdYtgH8o=",
|
||||||
"owner": "chvp",
|
"owner": "chvp",
|
||||||
"repo": "tetris",
|
"repo": "tetris",
|
||||||
"rev": "02bbf22ca1053ad4407d912ec251b4c438bf69f9",
|
"rev": "b4f57cf95093449e0dfbcf2c106e305221e84b06",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -57,7 +57,11 @@
|
||||||
nur.url = "github:nix-community/NUR";
|
nur.url = "github:nix-community/NUR";
|
||||||
tetris = {
|
tetris = {
|
||||||
url = "github:chvp/tetris";
|
url = "github:chvp/tetris";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs = {
|
||||||
|
devshell.follows = "devshell";
|
||||||
|
flake-utils.follows = "flake-utils";
|
||||||
|
nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
utils = {
|
utils = {
|
||||||
url = "github:gytis-ivaskevicius/flake-utils-plus";
|
url = "github:gytis-ivaskevicius/flake-utils-plus";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue