mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
made my own fetch tool
This commit is contained in:
parent
6e99b9e9c9
commit
67dbd4ceb8
4 changed files with 7 additions and 2 deletions
|
|
@ -22,6 +22,10 @@
|
|||
url = "github:ISnortPennies/sxhkd-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
fetch-rs = {
|
||||
url = "github:ISnortPennies/fetch-rs";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs = {
|
||||
self,
|
||||
|
|
@ -45,6 +49,7 @@
|
|||
webcord = inputs.nixpkgs-master.legacyPackages.${system}.webcord;
|
||||
})
|
||||
inputs.suckless.overlay
|
||||
inputs.fetch-rs.overlays.${system}.default
|
||||
];
|
||||
};
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue