Skip to content

Commit

Permalink
Merge pull request #160 from Idein/update-flake
Browse files Browse the repository at this point in the history
Update flake
  • Loading branch information
ishiy1993 authored Jan 24, 2023
2 parents ea14847 + 4066181 commit ca0d3f6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/update-nix-flake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: update-nix-flake

on:
workflow_dispatch:
schedule:
# 毎月10日に起動
- cron: '0 0 10 * *'

defaults:
run:
shell: bash

jobs:
call-nix-flake-updater:
uses: ishiy1993/nix-flake-updater/.github/workflows/nix-flake-updater.yml@v0
with:
base_branch: master
timezone: JST-9
reviewer: ishiy1993
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "nnoir";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
flake-utils.url = "github:numtide/flake-utils";
};
outputs = { self, nixpkgs, flake-utils }:
Expand Down Expand Up @@ -63,7 +63,7 @@
name = "idein/nnoir-tools";
tag = "latest";
created = "now";
contents = [
copyToRoot = [
nnoir
nnoir-onnx
];
Expand Down

0 comments on commit ca0d3f6

Please sign in to comment.