mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-27 04:06:28 +01:00
feat: install nish
This commit is contained in:
parent
a303542b89
commit
6db2c7a756
6 changed files with 32 additions and 6 deletions
|
|
@ -36,6 +36,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nish = {
|
||||
url = "github:ryanccn/nish";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nyoom = {
|
||||
url = "https://flakehub.com/f/ryanccn/nyoom/0.*.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -101,7 +106,9 @@
|
|||
./system.nix
|
||||
];
|
||||
|
||||
specialArgs = {inherit inputs;};
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
};
|
||||
|
||||
checks = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue