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