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" "type": "github"
}, },
"original": { "original": {
"id": "flake-parts", "owner": "hercules-ci",
"type": "indirect" "repo": "flake-parts",
"type": "github"
} }
}, },
"multiversal": { "multiversal": {

View File

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