Compare commits
2 commits
c53bbb11bc
...
aa469b2e0f
Author | SHA1 | Date | |
---|---|---|---|
aa469b2e0f | |||
c9e5e8de3e |
4 changed files with 9 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
name: update-flake-lock
|
name: update-flake-lock
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 21 * * *' # daily at 14:30
|
- cron: '46 20 * * *' # daily at 14:30
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
|
@ -18,7 +18,7 @@ jobs:
|
||||||
git config --global user.email "sevenofnine@stronzi.org"
|
git config --global user.email "sevenofnine@stronzi.org"
|
||||||
git config --global user.name "Seven of Nine"
|
git config --global user.name "Seven of Nine"
|
||||||
- name: Update flake's lockfile and create commit
|
- 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
|
- 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
|
run: git push origin --force update-flake-lock # sevenOfNix needs write access to the repository
|
||||||
- name: Login as `Seven of Nix`
|
- 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"
|
"url": "https://git.aciceri.dev/aciceri/emacs.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"id": "ccrEmacs",
|
||||||
"url": "https://git.aciceri.dev/aciceri/emacs.git"
|
"type": "indirect"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"darwin": {
|
"darwin": {
|
||||||
|
@ -631,11 +631,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1710446098,
|
"lastModified": 1710423955,
|
||||||
"narHash": "sha256-vz2xpLWKZyW30znsk0DrPCNknq/+Vw0LbQqDcDDgdgM=",
|
"narHash": "sha256-6N/65EqYVqCaz5SVoPMx2HgA+DJZAlw5lW+U9VHSSbE=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "ec4096e9000c0b3695c05576076449ad99e905e3",
|
"rev": "587719494ed18a184c98c4d55dde9469af4446bf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
nur.url = "github:nix-community/NUR";
|
nur.url = "github:nix-community/NUR";
|
||||||
agenix.url = "github:ryantm/agenix";
|
agenix.url = "github:ryantm/agenix";
|
||||||
rock5b.url = "github:aciceri/rock5b-nixos";
|
rock5b.url = "github:aciceri/rock5b-nixos";
|
||||||
ccrEmacs.url = "git+https://git.aciceri.dev/aciceri/emacs.git";
|
ccrEmacs.url = "ccrEmacs";
|
||||||
treefmt-nix = {
|
treefmt-nix = {
|
||||||
url = "github:numtide/treefmt-nix";
|
url = "github:numtide/treefmt-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
allow-loopback-pinentry
|
allow-loopback-pinentry
|
||||||
pinentry-program ${pinentryRofi}/bin/pinentry-rofi-with-env
|
pinentry-program ${pinentryRofi}/bin/pinentry-rofi-with-env
|
||||||
'';
|
'';
|
||||||
|
pinentryFlavor = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gpg = {
|
programs.gpg = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue