Compare commits
2 commits
aa469b2e0f
...
c53bbb11bc
Author | SHA1 | Date | |
---|---|---|---|
c53bbb11bc | |||
dfd9157198 |
4 changed files with 8 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
name: update-flake-lock
|
||||
on:
|
||||
schedule:
|
||||
- cron: '46 20 * * *' # daily at 14:30
|
||||
- cron: '0 21 * * *' # 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 --override-input ccrEmacs "git+https://git.aciceri.dev/aciceri/emacs.git"
|
||||
run: nix flake update --commit-lock-file
|
||||
- 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`
|
||||
|
|
10
flake.lock
generated
10
flake.lock
generated
|
@ -49,8 +49,8 @@
|
|||
"url": "https://git.aciceri.dev/aciceri/emacs.git"
|
||||
},
|
||||
"original": {
|
||||
"id": "ccrEmacs",
|
||||
"type": "indirect"
|
||||
"type": "git",
|
||||
"url": "https://git.aciceri.dev/aciceri/emacs.git"
|
||||
}
|
||||
},
|
||||
"darwin": {
|
||||
|
@ -631,11 +631,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1710423955,
|
||||
"narHash": "sha256-6N/65EqYVqCaz5SVoPMx2HgA+DJZAlw5lW+U9VHSSbE=",
|
||||
"lastModified": 1710446098,
|
||||
"narHash": "sha256-vz2xpLWKZyW30znsk0DrPCNknq/+Vw0LbQqDcDDgdgM=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "587719494ed18a184c98c4d55dde9469af4446bf",
|
||||
"rev": "ec4096e9000c0b3695c05576076449ad99e905e3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
nur.url = "github:nix-community/NUR";
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
rock5b.url = "github:aciceri/rock5b-nixos";
|
||||
ccrEmacs.url = "ccrEmacs";
|
||||
ccrEmacs.url = "git+https://git.aciceri.dev/aciceri/emacs.git";
|
||||
treefmt-nix = {
|
||||
url = "github:numtide/treefmt-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
allow-loopback-pinentry
|
||||
pinentry-program ${pinentryRofi}/bin/pinentry-rofi-with-env
|
||||
'';
|
||||
pinentryFlavor = null;
|
||||
};
|
||||
|
||||
programs.gpg = {
|
||||
|
|
Loading…
Add table
Reference in a new issue