Skip to content
  1. May 05, 2020
  2. May 04, 2020
  3. 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
  4. Mar 26, 2020
  5. Mar 23, 2020
  6. Mar 11, 2020
  7. 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
  8. Feb 18, 2020
  9. Feb 12, 2020
  10. Feb 04, 2020
  11. Jan 07, 2020
  12. Dec 31, 2019
  13. Nov 12, 2019
  14. Nov 02, 2019
  15. Oct 30, 2019
  16. Oct 16, 2019
  17. Sep 28, 2019
  18. Sep 27, 2019
  19. Sep 03, 2019
  20. May 08, 2019
  21. Apr 26, 2019
  22. 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
  23. Dec 02, 2018
  24. Oct 23, 2018
  25. Oct 19, 2018
  26. Oct 12, 2018
  27. Sep 04, 2018
  28. Sep 02, 2018
  29. Sep 01, 2018
  30. Aug 24, 2018
  31. 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
  32. Feb 26, 2016