add nix-alien

This commit is contained in:
Quentin Boyer 2022-04-23 18:31:55 +02:00
parent c9be02ceeb
commit 3a2b090717
3 changed files with 5 additions and 0 deletions

View file

@ -12,6 +12,8 @@
url = "github:mozilla/nixpkgs-mozilla";
flake = false;
};
nix-alien.url = "github:thiagokokada/nix-alien";
nix-ld.url = "github:Mic92/nix-ld/main";
nvim-traxys = {
url = "github:traxys/nvim-flake";
inputs.nixpkgs.follows = "nixpkgs";
@ -29,6 +31,7 @@
({ pkgs, ... }: {
nixpkgs.overlays = [
inputs.nvim-traxys.overlay."${system}"
inputs.nix-alien.overlay
(import inputs.nixpkgs-mozilla)
(final: prev: {
})

View file

@ -35,6 +35,7 @@ in
unzip
tokei
gcc11
nix-alien
];
services = {

View file

@ -42,6 +42,7 @@
};
programs.adb.enable = true;
programs.dconf.enable = true;
programs.nix-ld.enable = true;
fonts.enableDefaultFonts = true;
fonts = {