1
0
Fork 0

use codeql from unstable

master
dump_stack() 2020-01-04 15:58:39 +00:00
parent 93444200e6
commit 929fc7f58b
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 11 deletions

View File

@ -2,21 +2,12 @@
let
unstable = import <unstable> {};
unstable-nonfree = import <unstable> { config.allowUnfree = true; };
emacsWithImagemagick = (unstable.emacs.override {
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;
@ -41,7 +32,7 @@ in {
services.tor.client.enable = true;
environment.systemPackages = with pkgs; [
pr75524.codeql
unstable-nonfree.codeql
# nix
patchelfUnstable nix-index