mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-08 17:29:09 +00:00
Update shell.nix (#10712)
* nix-shell: update nixpkgs reference * nix-shell: add missing python dependency
This commit is contained in:
parent
999326acc8
commit
fe50bee988
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
nixpkgs = builtins.fetchTarball {
|
nixpkgs = builtins.fetchTarball {
|
||||||
url = "https://github.com/NixOS/nixpkgs/archive/903266491b7b9b0379e88709feca0af900def0d9.tar.gz";
|
url = "https://github.com/NixOS/nixpkgs/archive/c4b26e702044dbf40f8236136c099d8ab6778514.tar.gz";
|
||||||
sha256 = "1b5wjrfgyha6s15k1yjyx41hvrpmd5szpkpkxk6l5hyrfqsr8wip";
|
sha256 = "0w6hgs01qzni3a7cvgadjlmcdlb6vay3w910vh4k9fc949ii7s60";
|
||||||
};
|
};
|
||||||
|
|
||||||
pkgs = import nixpkgs { };
|
pkgs = import nixpkgs { };
|
||||||
|
@ -25,6 +25,7 @@ let
|
||||||
argcomplete
|
argcomplete
|
||||||
colorama
|
colorama
|
||||||
hjson
|
hjson
|
||||||
|
pygments
|
||||||
# requirements-dev.txt
|
# requirements-dev.txt
|
||||||
nose2
|
nose2
|
||||||
flake8
|
flake8
|
||||||
|
|
Loading…
Reference in a new issue