Nix Library for Coreutils
-
inputs.lib-coreutils = { url = "https://gist.github.com/Malix-Labs/eec30a668f03ca4ad1060c68c3f5c442"; type = "git"; inputs.nixpkgs-lib.follows = "nixpkgs"; };
-
nix flake lock
-
tack add lib-coreutils https://gist.github.com/Malix-Labs/eec30a668f03ca4ad1060c68c3f5c442
-
lib-coreutils = import (import ./.tack).lib-coreutils { inherit (pkgs) lib; };
-
npins add git https://gist.github.com/Malix-Labs/eec30a668f03ca4ad1060c68c3f5c442 -n lib-coreutils
-
lib-coreutils = import (import ./npins).lib-coreutils { inherit (pkgs) lib; };
-
niv add gist -g eec30a668f03ca4ad1060c68c3f5c442 -n lib-coreutils
-
lib-coreutils = import (import ./nix/sources.nix).lib-coreutils { inherit (pkgs) lib; };
lib-coreutils = import (builtins.fetchGit {
url = "https://gist.github.com/Malix-Labs/eec30a668f03ca4ad1060c68c3f5c442.git";
rev = "<COMMIT_HASH>";
}) { inherit (pkgs) lib; };lib-coreutils = (builtins.getFlake "git+https://gist.github.com/Malix-Labs/eec30a668f03ca4ad1060c68c3f5c442?rev=<COMMIT_HASH>").lib;lib-coreutils.lib.replaceGnuCoreutilsWithUutils pkgs
lib-coreutils.lib.padName "coreutils-9.5" "uutils-"lib-coreutils.replaceGnuCoreutilsWithUutils pkgs
lib-coreutils.padName "coreutils-9.5" "uutils-"