1
0
Fork 0

Add codeql

master
dump_stack() 2019-12-26 17:43:15 +00:00
parent cb789d465f
commit bb37562a68
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 12 additions and 0 deletions

View File

@ -6,7 +6,17 @@ let
srcRepo = true;
imagemagick = unstable.imagemagickBig;
});
nixpkgs-tars = "https://github.com/NixOS/nixpkgs/archive/";
in {
nixpkgs.config = {
allowUnfree = true;
packageOverrides = pkgs: {
pr75524 = import (fetchTarball "${nixpkgs-tars}f7d7980f82cabbf72ddfe07a2bc4996432b44814.tar.gz") {
config = config.nixpkgs.config;
};
};
};
programs.zsh.enable = true;
programs.browserpass.enable = true;
programs.adb.enable = true;
@ -32,6 +42,8 @@ in {
services.tor.client.enable = true;
environment.systemPackages = with pkgs; [
pr75524.codeql
# nix
patchelfUnstable nix-index
appimage-run