feat(pkgs): package frei
This commit is contained in:
parent
e8a885438b
commit
89e4625298
3 changed files with 16 additions and 0 deletions
|
@ -9,4 +9,9 @@ final: prev: {
|
|||
});
|
||||
|
||||
olympus = prev.callPackage ./olympus.nix { };
|
||||
|
||||
frei = prev.buildGo118Module {
|
||||
inherit (final.sources.frei) pname version src;
|
||||
vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
|
||||
};
|
||||
}
|
||||
|
|
7
pkgs/frei.nix
Normal file
7
pkgs/frei.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ buildGo118Module
|
||||
, source
|
||||
}:
|
||||
buildGo118Module rec {
|
||||
inherit (source) pname version src;
|
||||
vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
|
||||
}
|
|
@ -2,3 +2,7 @@
|
|||
[kmscon]
|
||||
src.git = "https://github.com/Aetf/kmscon"
|
||||
fetch.github = "Aetf/kmscon"
|
||||
|
||||
[frei]
|
||||
src.github = "alexcoder04/frei"
|
||||
fetch.github = "alexcoder04/frei"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue