Update nix flake, bugfix

This commit is contained in:
2025-01-07 21:55:17 +03:00
parent f0bef5fa2d
commit aa6ba0c07c
2 changed files with 8 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
outputs = { self, nixpkgs }:
let
lastModifiedDate = self.lastModifiedDate or self.lastModified or "19700101";
version = "2.0.0";
version = "2.0.2";
supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; });
@@ -41,7 +41,6 @@
};
type = types.attrsOf (types.submodule ({ name, ... }: {
# freeformType = settingsFormat.type;
options = {
source = mkOption {
type = types.str;