diff options
| author | Seth Flynn <[email protected]> | 2025-01-28 07:01:25 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-01-28 07:01:25 -0500 |
| commit | ac71c5518d21de5ea08549dcb0b42a47c11c4895 (patch) | |
| tree | b67f0156a72f7ec0257df684b070b00857e80b15 | |
| parent | baa8923dc7ecf5777be406ee4ce1de60e826d6e3 (diff) | |
rename to getchpkgs
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ -# nix-exprs +# getchpkgs -[](https://github.com/getchoo/nix-exprs/actions/workflows/ci.yaml) -[](https://flakehub.com/flake/getchoo/nix-exprs) +[](https://github.com/getchoo/getchpkgs/actions/workflows/ci.yaml) +[](https://flakehub.com/flake/getchoo/getchpkgs) My nix expressions not quite ready for nixpkgs yet - if ever @@ -47,7 +47,7 @@ your own revision of nixpkgs }; getchoo = { - url = "github:getchoo/nix-exprs"; + url = "github:getchoo/getchpkgs"; # this will break reproducibility, but lower the instances of nixpkgs # in flake.lock and possibly duplicated dependencies # inputs.nixpkgs.follows = "nixpkgs"; @@ -87,7 +87,7 @@ The best way to make these packages available for you is to add it to your flake registry like so: ```console -$ nix registry add getchoo 'github:getchoo/nix-exprs' +$ nix registry add getchoo 'github:getchoo/getchpkgs' $ nix profile install 'getchoo#treefetch' $ nix shell 'getchoo#treefetch' ``` @@ -99,7 +99,7 @@ There are two main ways to use this repository with stable Nix: channels and [`n To add the channel, run: ```console -$ nix-channel --add https://github.com/getchoo/nix-exprs/archive/main.tar.gz getchoo +$ nix-channel --add https://github.com/getchoo/getchpkgs/archive/main.tar.gz getchoo $ nix-channel --update getchoo ``` @@ -107,7 +107,7 @@ To use `npins`, please view their [Getting Started guide](https://github.com/and After, run: ```console -$ npins add --name getchoo github getchoo nix-exprs +$ npins add --name getchoo github getchoo getchpkgs ``` #### Installing Packages |
