aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-05-26 11:03:25 +0200
committerGitHub <[email protected]>2022-05-26 11:03:25 +0200
commit6751ec6f546a552d33931dee94b1a67907bee283 (patch)
tree4fd70593e55a021e223dd263b060d57c11ed13b1
parent74990e1e58fa8ab8abd52603d988ecbc2d45dca9 (diff)
parent74d297da807880a5e721ea30b3f33da178c28452 (diff)
downloadHyprland-6751ec6f546a552d33931dee94b1a67907bee283.tar.gz
Hyprland-6751ec6f546a552d33931dee94b1a67907bee283.zip
Merge pull request #109 from viperML/main
nix: update workflow and bump flake
-rw-r--r--.github/workflows/nix-update.yaml25
-rw-r--r--flake.lock12
2 files changed, 31 insertions, 6 deletions
diff --git a/.github/workflows/nix-update.yaml b/.github/workflows/nix-update.yaml
new file mode 100644
index 00000000..323b34a8
--- /dev/null
+++ b/.github/workflows/nix-update.yaml
@@ -0,0 +1,25 @@
+name: "Nix: update lockfile"
+
+on:
+ schedule:
+ - cron: '0 0 */14 * *'
+ workflow_dispatch:
+
+jobs:
+ update:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Clone repository
+ uses: actions/checkout@v3
+ - name: Install nix
+ uses: cachix/install-nix-action@v17
+ with:
+ install_url: https://releases.nixos.org/nix/nix-2.8.0/install
+ extra_nix_config: |
+ auto-optimise-store = true
+ experimental-features = nix-command flakes
+ - name: Update lockfile
+ run: nix flake update
+ - uses: stefanzweifel/git-auto-commit-action@v4
+ with:
+ commit_message: "[gha] bump flake inputs"
diff --git a/flake.lock b/flake.lock
index baee9bf7..eb2fdf11 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1652659998,
- "narHash": "sha256-FqNrXC1EE6U2RACwXBlsAvg1lqQGLYpuYb6+W3DL9vA=",
+ "lastModified": 1653407748,
+ "narHash": "sha256-g9puJaILRTb9ttlLQ7IehpV7Wcy0n+vs8LOFu6ylQcM=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502",
+ "rev": "5ce6597eca7d7b518c03ecda57d45f9404b5e060",
"type": "github"
},
"original": {
@@ -26,11 +26,11 @@
"flake": false,
"locked": {
"host": "gitlab.freedesktop.org",
- "lastModified": 1652629480,
- "narHash": "sha256-4mouFPYB2VwgPi92trvAk8JAGjvkYm+DX72sUzljCXA=",
+ "lastModified": 1653502661,
+ "narHash": "sha256-unQ1j3jleghIMi340dJTJZZ1ffwm1cI7gaQbdKd7laE=",
"owner": "wlroots",
"repo": "wlroots",
- "rev": "8fe3aa29da56be16faa73aca947647bd60cd4a94",
+ "rev": "1cb6b2cf673a5b580d7ad79ce2b37c14b14b0268",
"type": "gitlab"
},
"original": {