Skip to content
  1. May 04, 2020
  2. 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
  3. Mar 26, 2020
  4. Mar 23, 2020
  5. Mar 11, 2020
  6. 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
  7. Feb 18, 2020
  8. Feb 12, 2020
  9. Feb 04, 2020
  10. Jan 07, 2020
  11. Dec 31, 2019
  12. Nov 12, 2019
  13. Nov 02, 2019
  14. Oct 30, 2019
  15. Oct 16, 2019
  16. Sep 28, 2019
  17. Sep 27, 2019
  18. Sep 03, 2019
  19. May 08, 2019
  20. Apr 26, 2019
  21. 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
  22. Dec 02, 2018
  23. Oct 23, 2018
  24. Oct 19, 2018
  25. Oct 12, 2018
  26. Sep 04, 2018
  27. Sep 02, 2018
  28. Sep 01, 2018
  29. Aug 24, 2018
  30. Dec 22, 2017
    • Yegor Timoshenko's avatar
      treewide: modules -> profiles, separate dirs, list in README (#29) · 3c9f432a
      Yegor Timoshenko authored
      Enforce proper naming: all paths are lowercase and hyphen-separated,
      if there's a line of models (aspire, macbook-pro, thinkpad) it becomes
      a subdirectory. Documentation for profiles is moved to README files in
      respective directories.
      
      Add an Org mode table that lists all available profiles and their paths.
      
      Instead of fetching repo locally, use a Nix channel. Making hardware
      profiles read-only should improve quality and amount of participation
      long-term.
      3c9f432a
  31. Feb 26, 2016
  32. Feb 10, 2016