rename project in flake.nix
This commit is contained in:
@ -58,13 +58,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with nixpkgs.lib; {
|
meta = with nixpkgs.lib; {
|
||||||
description = "rust project scaffold";
|
description = "seccomp sandbox with rules defined at build stage";
|
||||||
homepage = "https://git.jeffthecoder.xyz/public/os-flakes";
|
homepage = "https://gitea.jianguoyun.net.cn/guochao/x2t-sandbox";
|
||||||
license = licenses.unlicense;
|
license = licenses.unlicense;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
;
|
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
packages = foreachSystem (system:
|
packages = foreachSystem (system:
|
||||||
|
Reference in New Issue
Block a user