summaryrefslogtreecommitdiffstats
path: root/default.nix
AgeCommit message (Collapse)Author
2019-01-18add dummy default.nixJörg Thalheim
2019-01-04fix nix-env evaluationJörg Thalheim
nix-env picked up `default.nix`, which contained our hardware profiles. This is not only cpu-intensive to evaluate but also fails because it does some import-from-derivation. By moving default.nix to release.nix it should be no longer loaded
2018-10-23dell/xps/13-9370: initAndré-Patrick Bubel
2018-10-19lenovo/thinkpad/t450s: initLorenzo Manacorda
2018-09-02default: Add Lenovo x260Roman Volosatovs
2018-08-24Add toshiba-swanky to CIYegor Timoshenko
2018-08-15apple/macbookpro/11-5: Add to testsRehno Lindeque
2018-07-17Fix testsYegor Timoshenko
2018-03-17default.nix, fix for nix-env -qaFedor Logachev