Skip to content

Commit 9ffaf66

Browse files
committed
refactor: rewrite using flake-parts module for better flexibility
1 parent e01d981 commit 9ffaf66

File tree

222 files changed

+27672
-4663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+27672
-4663
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ updates:
44
directory: "/"
55
schedule:
66
interval: daily
7-
open-pull-requests-limit: 10
7+
open-pull-requests-limit: 10
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: "Auto update flake lock file"
2-
32
on:
43
workflow_dispatch:
54
schedule:
65
- cron: "0 12 * * 0"
7-
86
jobs:
97
createPullRequest:
108
uses: loophp/flake-lock-update-workflow/.github/workflows/auto-upgrade-flakes.yaml@main

.github/workflows/flake-check.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Nix flake check"
2+
on:
3+
workflow_call:
4+
pull_request:
5+
push:
6+
jobs:
7+
tests:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: cachix/install-nix-action@v31
12+
with:
13+
nix_path: nixpkgs=channel:nixos-unstable
14+
- run: nix flake check --accept-flake-config

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![GitHub Workflow Status][github workflow status]][2]
2-
![GitHub stars][github stars]
3-
![License][mit]
4-
[![Donate!][donate github]][5]
2+
![GitHub stars][github stars]
3+
![License][mit]
4+
[![Donate!][donate github]][5]
55

66
# Nix (dotfiles) configurations
77

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)