Update dependencies
This commit is contained in:
parent
25d8f768dd
commit
b670ef752f
2 changed files with 14 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue