mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
npins: +eepy
This commit is contained in:
parent
e49ffcdaec
commit
a84feeceec
2 changed files with 22 additions and 0 deletions
8
nix/overlays/eepy.nix
Normal file
8
nix/overlays/eepy.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
let
|
||||
sources = import ../../npins;
|
||||
inherit (sources) eepy;
|
||||
inherit (eepy.repository) owner repo;
|
||||
in
|
||||
final: _: {
|
||||
eepy = (builtins.getFlake "github:${owner}/${repo}/${eepy.revision}").packages.${final.system}.default;
|
||||
}
|
||||
|
|
@ -32,6 +32,20 @@
|
|||
"url": "https://api.github.com/repos/nix-community/disko/tarball/v1.11.0",
|
||||
"hash": "13brimg7z7k9y36n4jc1pssqyw94nd8qvgfjv53z66lv4xkhin92"
|
||||
},
|
||||
"eepy": {
|
||||
"type": "Git",
|
||||
"repository": {
|
||||
"type": "GitHub",
|
||||
"owner": "cafkafk",
|
||||
"repo": "eepy"
|
||||
},
|
||||
"branch": "main",
|
||||
"submodules": false,
|
||||
"revision": "2092e67cf48f62754cdeb45ced1e5670d11fddc3",
|
||||
"url": "https://github.com/cafkafk/eepy/archive/2092e67cf48f62754cdeb45ced1e5670d11fddc3.tar.gz",
|
||||
"hash": "0rddwwrkbbgcdava542qg1wb3ca9d6g24l9gp4ghp55f04p55p79",
|
||||
"frozen": true
|
||||
},
|
||||
"fcitx5-table-extra": {
|
||||
"type": "Git",
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue