Does not work with custom nixpkgs, and I do not want to add another nixpkgs input just for nix-alien.
This commit is contained in:
parent
460a9970cd
commit
2d1925d0c5
3 changed files with 4 additions and 72 deletions
|
@ -28,11 +28,6 @@ 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