Compare commits

...

2 commits

Author SHA1 Message Date
dc35805fa7 flake.lock: Update
Flake lock file updates:

• Updated input 'hyprland':
    'git+https://github.com/hyprwm/Hyprland/?ref=refs/heads/main&rev=8b9e385943d1a9fd0f8c6070fa1eae507ae26145' (2024-09-11)
  → 'git+https://github.com/hyprwm/Hyprland/?ref=refs/heads/main&rev=118be4dea048df88fd21b84580fe62950c868c8f' (2024-09-12)
• Updated input 'lix':
    '24db81eaf2.tar.gz?narHash=sha256-tB4Y3Rrv67ZdEo3HJzxYL5XX9wqtvWwIX1z8k399W0s%3D&rev=24db81eaf28259ab8f8334ccd6368673a26ed422' (2024-09-11)
  → 'b2fc007811.tar.gz?narHash=sha256-SEAWoCiTJUkhWiCx8jj%2BeWeJhrVk6/NMZIHlILjaYJk%3D&rev=b2fc007811a5afc473bf116fe8d38688b3699e25' (2024-09-12)
• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/5d6271a06b79364aa838cdc68c5852d383b17236' (2024-09-11)
  → 'github:nix-community/nixpkgs-wayland/f60c6057cfe335ba4e80016c105a5b94892a3a16' (2024-09-13)
• Updated input 'roc':
    'github:roc-lang/roc/3d9c4673af25349be43e0e8e703a0f4b36176577' (2024-09-10)
  → 'github:roc-lang/roc/1993cd336b95b9b76d22db1e9e7821de68263910' (2024-09-12)
• Updated input 'tsm':
    'github:daylinmorgan/tsm/15e5cf6933a319503697f53d287e817fcafe7949?dir=nix' (2024-09-05)
  → 'github:daylinmorgan/tsm/1d45f279343e21f0bdfbce70058f8a922ca0aaad?dir=nix' (2024-09-13)
• Updated input 'zig-overlay':
    'github:mitchellh/zig-overlay/4dedc1009bf778d0fbd9fbbddce39a696eb5fb9b' (2024-09-09)
  → 'github:mitchellh/zig-overlay/06cbe79296256cb9548dd7560ac31b8601227c53' (2024-09-13)
2024-09-13 14:38:43 +00:00
7f34f6d6ad
don't fail fast 2024-09-13 09:35:42 -05:00
2 changed files with 21 additions and 20 deletions

View file

@ -67,6 +67,7 @@ jobs:
needs: build-minimal needs: build-minimal
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false
matrix: matrix:
host: host:
- othalan - othalan

View file

@ -323,11 +323,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1726071051, "lastModified": 1726159284,
"narHash": "sha256-eZPhLQ8DM8AsP+zM1KmUzxWQaiTpOUbFS1xeOyjgwvg=", "narHash": "sha256-6xatk6CPY1F6xHF1gLGz7QExftEhV8Q5fI4BqVBVF3U=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "8b9e385943d1a9fd0f8c6070fa1eae507ae26145", "rev": "118be4dea048df88fd21b84580fe62950c868c8f",
"revCount": 5213, "revCount": 5215,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland/" "url": "https://github.com/hyprwm/Hyprland/"
@ -504,11 +504,11 @@
"lix": { "lix": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1726016547, "lastModified": 1726121662,
"narHash": "sha256-tB4Y3Rrv67ZdEo3HJzxYL5XX9wqtvWwIX1z8k399W0s=", "narHash": "sha256-SEAWoCiTJUkhWiCx8jj+eWeJhrVk6/NMZIHlILjaYJk=",
"rev": "24db81eaf28259ab8f8334ccd6368673a26ed422", "rev": "b2fc007811a5afc473bf116fe8d38688b3699e25",
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/24db81eaf28259ab8f8334ccd6368673a26ed422.tar.gz?rev=24db81eaf28259ab8f8334ccd6368673a26ed422" "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/b2fc007811a5afc473bf116fe8d38688b3699e25.tar.gz?rev=b2fc007811a5afc473bf116fe8d38688b3699e25"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@ -744,11 +744,11 @@
"nixpkgs": "nixpkgs_6" "nixpkgs": "nixpkgs_6"
}, },
"locked": { "locked": {
"lastModified": 1726058240, "lastModified": 1726226730,
"narHash": "sha256-p74soeV48Sry7+wOxDJ8Gqx3JT26lH9AY4+slpJemyw=", "narHash": "sha256-5ExeNgvJafB1I2RLwXPwS6bwf93hDYE3xiofv7Z80gE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixpkgs-wayland", "repo": "nixpkgs-wayland",
"rev": "5d6271a06b79364aa838cdc68c5852d383b17236", "rev": "f60c6057cfe335ba4e80016c105a5b94892a3a16",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -900,11 +900,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1726002278, "lastModified": 1726146664,
"narHash": "sha256-INEUQt5tQkmQtHv+//9+FGFOet2IEJPg/31y8qtsCqs=", "narHash": "sha256-lDUWuoj+iNGdHec5FnzDemhxs7xQgSAMcBlr+vrbTQk=",
"owner": "roc-lang", "owner": "roc-lang",
"repo": "roc", "repo": "roc",
"rev": "3d9c4673af25349be43e0e8e703a0f4b36176577", "rev": "1993cd336b95b9b76d22db1e9e7821de68263910",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1112,11 +1112,11 @@
}, },
"locked": { "locked": {
"dir": "nix", "dir": "nix",
"lastModified": 1725560270, "lastModified": 1726238037,
"narHash": "sha256-daF97eJRmjyGMr/sz+Bdd5ZbPvoLKS2p4edoh35jzto=", "narHash": "sha256-PARfQKJ+gHFjLMNNIc4dKafaou25NXzvfgltl1aKFpI=",
"owner": "daylinmorgan", "owner": "daylinmorgan",
"repo": "tsm", "repo": "tsm",
"rev": "15e5cf6933a319503697f53d287e817fcafe7949", "rev": "1d45f279343e21f0bdfbce70058f8a922ca0aaad",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1184,11 +1184,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1725883895, "lastModified": 1726187252,
"narHash": "sha256-Nt0LE6HnWoJNSE7eo9XewYwwVm0aZQd4Rta7l+Kav1E=", "narHash": "sha256-W+oqChwicYUkvBgLwyHdTACnzzWZ+4o+KVed9004SJs=",
"owner": "mitchellh", "owner": "mitchellh",
"repo": "zig-overlay", "repo": "zig-overlay",
"rev": "4dedc1009bf778d0fbd9fbbddce39a696eb5fb9b", "rev": "06cbe79296256cb9548dd7560ac31b8601227c53",
"type": "github" "type": "github"
}, },
"original": { "original": {