added flake-parts url

This commit is contained in:
2023-07-03 07:30:16 +00:00
parent 02fd6092e4
commit b546dad014
+2
View File
@@ -1,10 +1,12 @@
{
description = "NixOS configuration";
inputs = {
nix.url = "github:NixOS/nix";
nixpkgs.url = "nixpkgs/nixos-23.05";
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
};
outputs = inputs@{ self, flake-parts, ... }: