Skip to content
  1. Jun 21, 2020
  2. Jun 20, 2020
    • Profpatsch's avatar
      nixos-hardware: prepare for merge by moving to nixos/hardware · b9a7e21e
      Profpatsch authored
      It is going to be merged into nixpkgs, under `nixos/hardware`.
      
      This will give better discoverability, and considering the low
      turnover (less than 100 commits in the last year and only 350 total)
      it won’t make any dent on the size of nixpkgs.
      
      We have a monorepo, let’s use it.
      b9a7e21e
  3. May 17, 2020
  4. May 07, 2020
  5. May 05, 2020
  6. May 04, 2020
  7. Apr 24, 2020
    • Delan Azabani's avatar
      README: fix nix-channel --update command · 7efd48f1
      Delan Azabani authored
      Following the current instructions yields these errors for some reason:
      
      ```
      $ sudo nixos-rebuild switch
      warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring
      error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using $NIX_PATH or -I), at (string):1:13
      building Nix...
      warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring
      error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using $NIX_PATH or -I)
      warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring
      error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I)
      warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring
      error: file 'nixpkgs/nixos/modules/installer/tools/nix-fallback-paths.nix' was not found in the Nix search path (add it using $NIX_PATH or -I)
      /tmp/nixos-rebuild.vs4JVw/nix
      warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring
      error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I)
      building the system configuration...
      warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels/nixos' does not exist, ignoring
      error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using $NIX_PATH or -I)
      ```
      7efd48f1
  8. Apr 13, 2020
  9. Mar 26, 2020
  10. Mar 23, 2020
  11. Mar 11, 2020
  12. Feb 23, 2020
    • Jörg Thalheim's avatar
      Add parallel test runner · 9c952961
      Jörg Thalheim authored
      The new test runner will evaluate all test profiles from the README.md
      in parallel in separate nix-build processes.
      Since we do not load all processes into one process,
      this also helps saving memory.
      9c952961
  13. Feb 18, 2020
  14. Feb 12, 2020
  15. Feb 04, 2020
  16. Jan 07, 2020
  17. Dec 31, 2019
  18. Nov 12, 2019
  19. Nov 02, 2019
  20. Oct 30, 2019
  21. Oct 17, 2019
  22. Oct 16, 2019
  23. Oct 07, 2019
  24. Sep 28, 2019
  25. Sep 27, 2019
  26. Sep 08, 2019
  27. Sep 03, 2019
  28. Jul 17, 2019
  29. May 08, 2019
  30. Apr 28, 2019
  31. Apr 26, 2019
  32. Feb 08, 2019
    • Wael Nasreddine's avatar
      dell/xps/13-9380: init (#97) · 36d8bd88
      Wael Nasreddine authored
      This is pretty much a copy of XPS 9370, without kaby-laky and the throttle bug. I was getting lockups with the kaby-laky changes and the throttle bug did not seem to have an impact either way.
      36d8bd88