mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
don't do fetchTarball
This commit is contained in:
parent
9121101308
commit
db714febbf
9 changed files with 132 additions and 27 deletions
|
|
@ -12,6 +12,13 @@
|
|||
python311Packages.zstandard
|
||||
python311Packages.brotli
|
||||
nodejs
|
||||
(import (builtins.fetchTarball "https://github.com/ryantm/agenix/archive/531beac616433bac6f9e2a19feb8e99a22a66baf.tar.gz") { }).agenix
|
||||
(import
|
||||
(pkgs.fetchFromGitHub {
|
||||
owner = "ryantm";
|
||||
repo = "agenix";
|
||||
rev = "531beac616433bac6f9e2a19feb8e99a22a66baf";
|
||||
hash = "sha256-9P1FziAwl5+3edkfFcr5HeGtQUtrSdk/MksX39GieoA=";
|
||||
})
|
||||
{ }).agenix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue