From 5e0c630b442a3442bd9648ea4169e5dbf7b5bc28 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 8 Nov 2023 22:19:12 +0100 Subject: [PATCH] Do the template --- .github/workflows/build.yml | 6 +++--- README.md | 4 ++-- default.nix | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d1b4e6..2c3bc9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: # rebuild everyday at 2:51 # TIP: Choose a random time here so not all repositories are build at once: # https://www.random.org/clock-times/?num=1&earliest=01%3A00&latest=08%3A00&interval=5&format=html&rnd=new - - cron: '51 2 * * *' + - cron: '20 3 * * *' jobs: tests: strategy: @@ -20,7 +20,7 @@ jobs: # The repo name as used in # https://github.com/nix-community/NUR/blob/master/repos.json nurRepo: - - + - samfishe # Set this to cache your build results in cachix for faster builds # in CI and for everyone who uses your cache. # @@ -32,7 +32,7 @@ jobs: # Github found at # https://github.com//nur-packages/settings/secrets cachixName: - - + - samtherapy nixPath: - nixpkgs=channel:nixos-unstable - nixpkgs=channel:nixpkgs-unstable diff --git a/README.md b/README.md index 077cfbc..f53058c 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ **My personal [NUR](https://github.com/nix-community/NUR) repository** -![Build and populate cache](https://github.com//nur-packages/workflows/Build%20and%20populate%20cache/badge.svg) +![Build and populate cache](https://github.com/SamTherapy/nur-packages/workflows/Build%20and%20populate%20cache/badge.svg) -[![Cachix Cache](https://img.shields.io/badge/cachix--blue.svg)](https://.cachix.org) +[![Cachix Cache](https://img.shields.io/badge/cachix-samtherapy-blue.svg)](https://samtherapy.cachix.org) diff --git a/default.nix b/default.nix index d6497c9..d188d52 100644 --- a/default.nix +++ b/default.nix @@ -15,6 +15,7 @@ overlays = import ./overlays; # nixpkgs overlays example-package = pkgs.callPackage ./pkgs/example-package { }; + awl-dns = pkgs.callPackage ./pkgs/awl {}; # some-qt5-package = pkgs.libsForQt5.callPackage ./pkgs/some-qt5-package { }; # ... }