Compare commits

..

4 commits

Author SHA1 Message Date
b4275952b8
fix: remove - 2025-08-16 09:31:37 -04:00
21b30eafd2
feat: use cachix nix-install-action 2025-08-16 09:30:02 -04:00
9685a890ce
flake.lock: Update
Flake lock file updates:

• Updated input 'nvim-flake':
    'github:Gerg-L/nvim-flake/c4145fca8e6763e92a9f17953dfbbe5de85d95a5?narHash=sha256-3eiyXsr24s%2BayMkC1CGmxm2cF4bSYZE/Ya1njA2Y0CE%3D' (2025-08-10)
  → 'github:Gerg-L/nvim-flake/831dae4e7ff787fa66bab5cad9688312fe41804e?narHash=sha256-nNerR2s9ePsiYiRRQwc5olKKmEZVGC75IxzeLWfV8kk%3D' (2025-08-16)
2025-08-15 20:44:58 -04:00
de3349bb4d
fix: misc breakage from updates 2025-08-15 20:44:53 -04:00
7 changed files with 12 additions and 14 deletions

View file

@ -1,8 +1,8 @@
name: flake-update
on:
workflow_dispatch:
workflow_dispatch:
schedule:
- cron: '0 5 * * 0'
- cron: '0 5 * * 0'
jobs:
lockfile:
@ -11,11 +11,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v17
uses: cachix/install-nix-action@v31
- name: Update flake lock
run : |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
nix flake update --commit-lock-file
git push origin HEAD:${{ github.ref_name }}

6
flake.lock generated
View file

@ -631,11 +631,11 @@
"systems": "systems"
},
"locked": {
"lastModified": 1754792561,
"narHash": "sha256-3eiyXsr24s+ayMkC1CGmxm2cF4bSYZE/Ya1njA2Y0CE=",
"lastModified": 1755304126,
"narHash": "sha256-nNerR2s9ePsiYiRRQwc5olKKmEZVGC75IxzeLWfV8kk=",
"owner": "Gerg-L",
"repo": "nvim-flake",
"rev": "c4145fca8e6763e92a9f17953dfbbe5de85d95a5",
"rev": "831dae4e7ff787fa66bab5cad9688312fe41804e",
"type": "github"
},
"original": {

View file

@ -40,7 +40,7 @@
element-desktop
vesktop
gh
nixfmt-rfc-style
nixfmt
tidal-hifi
hyperfine

View file

@ -44,7 +44,7 @@
services.nginx = {
enable = true;
recommendedZstdSettings = true;
experimentalZstdSettings = true;
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;

View file

@ -10,7 +10,7 @@ in
services.searx = {
enable = true;
package = pkgs.searxng;
runInUwsgi = true;
configureUwsgi = true;
uwsgiConfig = {
http = link.tuple;
disable-logging = true;

View file

@ -1,8 +1,7 @@
{ pkgs, lib }:
{ pkgs }:
{
services.libinput.mouse.accelProfile = "flat";
services.xserver = {
tty = lib.mkDefault 1;
exportConfiguration = true;
xkb.layout = "us";
xautolock.enable = false;

View file

@ -1,6 +1,6 @@
{
writeShellApplication,
nixfmt-rfc-style,
nixfmt,
deadnix,
statix,
fd,
@ -8,7 +8,7 @@
writeShellApplication {
name = "lint";
runtimeInputs = [
nixfmt-rfc-style
nixfmt
deadnix
statix
fd