add an url for flake-parts

This commit is contained in:
Wolfgang Thaller 2023-12-26 19:04:49 +01:00
parent faf6b7fbbf
commit 914ce6e144
2 changed files with 4 additions and 2 deletions

View File

@ -13,8 +13,9 @@
"type": "github"
},
"original": {
"id": "flake-parts",
"type": "indirect"
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"multiversal": {

View File

@ -5,6 +5,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
multiversal.url = "github:autc04/multiversal";
multiversal.flake = false;
flake-parts.url = "github:hercules-ci/flake-parts";
};
outputs = inputs@{ flake-parts, nixpkgs, multiversal, ... }: