feat(system): add nix-ld and nix-alien
This commit is contained in:
parent
062ff799eb
commit
a933d00a95
4 changed files with 77 additions and 3 deletions
|
@ -28,6 +28,11 @@ rec {
|
|||
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
nix-alien = {
|
||||
url = "github:thiagokokada/nix-alien";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-24.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue