mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-11-05 05:02:20 +00:00
Compare commits
12 commits
a6d368ed25
...
e2dc36ad72
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2dc36ad72 |
||
|
|
751b1db810 | ||
|
|
0867ff109b | ||
|
|
908d553f30 | ||
|
|
79d4b3c452 | ||
|
1e14ef78e2 |
|||
|
|
37d69f0340 | ||
|
|
ae80bf794c | ||
|
|
0cec82a0fb | ||
|
|
5ffb0f3154 | ||
|
|
23ac3d4e4c | ||
|
|
cfed295718 |
5 changed files with 16 additions and 10 deletions
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Update flake
|
||||
run: nix flake update
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
- uses: stefanzweifel/git-auto-commit-action@v6
|
||||
with:
|
||||
commit_message: "[CI]: update flake inputs"
|
||||
push_options: "--force"
|
||||
|
|
|
|||
2
.github/workflows/update-pkgs.yml
vendored
2
.github/workflows/update-pkgs.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Update npins
|
||||
run: nix run nixpkgs#npins update
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
- uses: stefanzweifel/git-auto-commit-action@v6
|
||||
with:
|
||||
commit_message: "[CI]: update npins"
|
||||
push_options: "--force"
|
||||
|
|
|
|||
BIN
flake.lock
generated
BIN
flake.lock
generated
Binary file not shown.
|
|
@ -62,6 +62,7 @@
|
|||
|
||||
# 3rd party packages
|
||||
"wiremix"
|
||||
"nil"
|
||||
];
|
||||
|
||||
mappedPkgs = listToAttrs (map (input: {
|
||||
|
|
@ -144,5 +145,10 @@
|
|||
systems.follows = "systems";
|
||||
};
|
||||
};
|
||||
|
||||
nil = {
|
||||
url = "github:oxalica/nil";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -68,9 +68,9 @@
|
|||
},
|
||||
"branch": "master",
|
||||
"submodules": false,
|
||||
"revision": "db3385dbbfd6498a45e991f3271c23828719e058",
|
||||
"revision": "08ef4de679b1c5cef18528fbf33c6ede5dcd6b62",
|
||||
"url": null,
|
||||
"hash": "1vb1sh7xq7xjaija6076ami0zl9aginzaf8dr6ahssldfxwb10f8"
|
||||
"hash": "111xnqwlkyh7lpqg8a6745pyynwib8r8z6vr9dkvhidss1n4jnkp"
|
||||
},
|
||||
"headscale-ui": {
|
||||
"type": "GitRelease",
|
||||
|
|
@ -107,8 +107,8 @@
|
|||
"nixpkgs": {
|
||||
"type": "Channel",
|
||||
"name": "nixpkgs-unstable",
|
||||
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.11pre814815.41da1e3ea8e2/nixexprs.tar.xz",
|
||||
"hash": "1hpd50fg4s7mg7a7rqs7j1a659qnf27f9j5s1fgi0dj7zhac002n"
|
||||
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.11pre821324.61c0f5139114/nixexprs.tar.xz",
|
||||
"hash": "0iqqnyrnrf1avr92b8v2npdd7ckm67qqqabdd825rvfhh7wcxv4g"
|
||||
},
|
||||
"rat": {
|
||||
"type": "GitRelease",
|
||||
|
|
@ -137,10 +137,10 @@
|
|||
"version_upper_bound": null,
|
||||
"release_prefix": null,
|
||||
"submodules": false,
|
||||
"version": "v2.3.2",
|
||||
"revision": "919e1159b074797c79ce61bd021268882b7b9a8f",
|
||||
"url": "https://api.github.com/repos/svenstaro/rofi-calc/tarball/v2.3.2",
|
||||
"hash": "0ba7yav0ww3gfv2iw0gdf6i2ls7ms6z6n3aj08cfcs1iqlhns9h1"
|
||||
"version": "v2.3.3",
|
||||
"revision": "3120739820b74ff063c8c718e4ae67a90d19241a",
|
||||
"url": "https://api.github.com/repos/svenstaro/rofi-calc/tarball/v2.3.3",
|
||||
"hash": "0f9kc0wxaxfizi5jm9s3sqf0szkx2f9y59iy6z3xnr59c1v5i6ax"
|
||||
},
|
||||
"rofi-emoji": {
|
||||
"type": "GitRelease",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue