mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 11:39:48 +01:00
README: fix minimal example
This commit is contained in:
parent
2dc1725309
commit
2e94e6eb24
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ Create a file named `krops.nix` (name doesn't matter) with following content:
|
||||||
let
|
let
|
||||||
krops = (import <nixpkgs> {}).fetchgit {
|
krops = (import <nixpkgs> {}).fetchgit {
|
||||||
url = https://cgit.krebsco.de/krops/;
|
url = https://cgit.krebsco.de/krops/;
|
||||||
rev = "3022582ade8049e6ccf18f358cedb996d6716945";
|
rev = "v1.17.0";
|
||||||
sha256 = "0k3zhv2830z4bljcdvf6ciwjihk2zzcn9y23p49c6sba5hbsd6jb";
|
sha256 = "150jlz0hlb3ngf9a1c9xgcwzz1zz8v2lfgnzw08l3ajlaaai8smd";
|
||||||
};
|
};
|
||||||
|
|
||||||
lib = import "${krops}/lib";
|
lib = import "${krops}/lib";
|
||||||
|
|
Loading…
Reference in a new issue