diff options
author | André Silva <123550+andresilva@users.noreply.github.com> | 2020-10-23 07:50:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 17:50:05 +1100 |
commit | fe50bee9884f4d6117d6951ca4f2814fccf1eaf5 (patch) | |
tree | 1ea8bab12f58778e46c5537d90f7e7ccf10a3c46 /shell.nix | |
parent | 999326acc81687794e25ad7731f37da59881e0ca (diff) | |
download | qmk_firmware-fe50bee9884f4d6117d6951ca4f2814fccf1eaf5.tar.gz qmk_firmware-fe50bee9884f4d6117d6951ca4f2814fccf1eaf5.zip |
Update shell.nix (#10712)
* nix-shell: update nixpkgs reference
* nix-shell: add missing python dependency
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | let | 3 | let |
4 | nixpkgs = builtins.fetchTarball { | 4 | nixpkgs = builtins.fetchTarball { |
5 | url = "https://github.com/NixOS/nixpkgs/archive/903266491b7b9b0379e88709feca0af900def0d9.tar.gz"; | 5 | url = "https://github.com/NixOS/nixpkgs/archive/c4b26e702044dbf40f8236136c099d8ab6778514.tar.gz"; |
6 | sha256 = "1b5wjrfgyha6s15k1yjyx41hvrpmd5szpkpkxk6l5hyrfqsr8wip"; | 6 | sha256 = "0w6hgs01qzni3a7cvgadjlmcdlb6vay3w910vh4k9fc949ii7s60"; |
7 | }; | 7 | }; |
8 | 8 | ||
9 | pkgs = import nixpkgs { }; | 9 | pkgs = import nixpkgs { }; |
@@ -25,6 +25,7 @@ let | |||
25 | argcomplete | 25 | argcomplete |
26 | colorama | 26 | colorama |
27 | hjson | 27 | hjson |
28 | pygments | ||
28 | # requirements-dev.txt | 29 | # requirements-dev.txt |
29 | nose2 | 30 | nose2 |
30 | flake8 | 31 | flake8 |