Skip to content

Instantly share code, notes, and snippets.

@arianvp
Created May 29, 2019 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arianvp/739846905a2ca48e0e207ad6735dad8f to your computer and use it in GitHub Desktop.
Save arianvp/739846905a2ca48e0e207ad6735dad8f to your computer and use it in GitHub Desktop.
config/debug-info.nix
21: nixpkgs.config.packageOverrides = pkgs: {
hardware/video/amdgpu-pro.nix
30: nixpkgs.config.xorg.abiCompat = "1.19";
hardware/video/ati.nix
21: nixpkgs.config.xorg.abiCompat = "1.17";
hardware/all-firmware.nix
54: assertion = !cfg.enableAllFirmware || (config.nixpkgs.config.allowUnfree or false);
57: This requires nixpkgs.config.allowUnfree to be true.
installer/cd-dvd/system-tarball-sheevaplug.nix
170: nixpkgs.config = {
installer/cd-dvd/system-tarball-pc.nix
131: nixpkgs.config = {
installer/cd-dvd/system-tarball-fuloong2f.nix
19: nixpkgs.config.platform = pkgs.platforms.fuloong2f_n32;
32: # System wide nixpkgs config
143: target = "/root/.nixpkgs/config.nix";
157: nixpkgs.config = {
misc/locate.nix
117: nixpkgs.config = { locate.dbfile = cfg.output; };
misc/nixpkgs.nix
35: name = "nixpkgs-config";
36: description = "nixpkgs config";
programs/environment.nix
20: { NIXPKGS_CONFIG = "/etc/nix/nixpkgs-config.nix";
programs/browserpass.nix
30: nixpkgs.config.firefox.enableBrowserpass = true;
services/continuous-integration/gocd-agent/default.nix
182: if ! test -f ~/.nixpkgs/config.nix; then
184: echo "{ allowUnfree = true; }" > ~/.nixpkgs/config.nix
services/x11/desktop-managers/gnome3.nix
160: nixpkgs.config.vim.gui = "gtk3";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment