mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 11:52:57 +03:00
Update nix flake, bugfix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user