diff --git a/.forgejo/workflows/update-flake-lock.yaml b/.forgejo/workflows/update-flake-lock.yaml index 8e4d058..2c32778 100644 --- a/.forgejo/workflows/update-flake-lock.yaml +++ b/.forgejo/workflows/update-flake-lock.yaml @@ -1,7 +1,7 @@ name: update-flake-lock on: schedule: - - cron: '0 21 * * *' # daily at 14:30 + - cron: '46 20 * * *' # daily at 14:30 jobs: lockfile: @@ -18,7 +18,7 @@ jobs: git config --global user.email "sevenofnine@stronzi.org" git config --global user.name "Seven of Nine" - name: Update flake's lockfile and create commit - run: nix flake update --commit-lock-file + run: nix flake update --commit-lock-file --override-input ccrEmacs "git+https://git.aciceri.dev/aciceri/emacs.git" - name: Push commit to the `update-flake-lock` remote branch run: git push origin --force update-flake-lock # sevenOfNix needs write access to the repository - name: Login as `Seven of Nix` diff --git a/flake.lock b/flake.lock index 9bf0e87..414547c 100644 --- a/flake.lock +++ b/flake.lock @@ -49,8 +49,8 @@ "url": "https://git.aciceri.dev/aciceri/emacs.git" }, "original": { - "type": "git", - "url": "https://git.aciceri.dev/aciceri/emacs.git" + "id": "ccrEmacs", + "type": "indirect" } }, "darwin": { @@ -631,11 +631,11 @@ ] }, "locked": { - "lastModified": 1710446098, - "narHash": "sha256-vz2xpLWKZyW30znsk0DrPCNknq/+Vw0LbQqDcDDgdgM=", + "lastModified": 1710423955, + "narHash": "sha256-6N/65EqYVqCaz5SVoPMx2HgA+DJZAlw5lW+U9VHSSbE=", "owner": "nix-community", "repo": "home-manager", - "rev": "ec4096e9000c0b3695c05576076449ad99e905e3", + "rev": "587719494ed18a184c98c4d55dde9469af4446bf", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 377e1ff..aea7076 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ nur.url = "github:nix-community/NUR"; agenix.url = "github:ryantm/agenix"; rock5b.url = "github:aciceri/rock5b-nixos"; - ccrEmacs.url = "git+https://git.aciceri.dev/aciceri/emacs.git"; + ccrEmacs.url = "ccrEmacs"; treefmt-nix = { url = "github:numtide/treefmt-nix"; inputs.nixpkgs.follows = "nixpkgsUnstable"; diff --git a/hmModules/gpg/default.nix b/hmModules/gpg/default.nix index a28eb67..6e52e10 100644 --- a/hmModules/gpg/default.nix +++ b/hmModules/gpg/default.nix @@ -16,6 +16,7 @@ allow-loopback-pinentry pinentry-program ${pinentryRofi}/bin/pinentry-rofi-with-env ''; + pinentryFlavor = null; }; programs.gpg = {