File tree Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Original file line number Diff line number Diff line change 11let _pkgs = import <nixpkgs> { } ;
2- in
3- { pkgs ?
4- import
5- ( _pkgs . fetchFromGitHub {
6- owner = "NixOS" ;
7- repo = "nixpkgs" ;
8- #branch@date: nixpkgs-unstable@2021-01-25
9- rev = "ce7b327a52d1b82f82ae061754545b1c54b06c66" ;
10- sha256 = "1rc4if8nmy9lrig0ddihdwpzg2s8y36vf20hfywb8hph5hpsg4vj" ;
11- } ) { }
12- } :
2+ in { pkgs ? import ( _pkgs . fetchFromGitHub {
3+ owner = "NixOS" ;
4+ repo = "nixpkgs" ;
5+ #branch@date: nixpkgs-unstable@2021-01-25
6+ rev = "ce7b327a52d1b82f82ae061754545b1c54b06c66" ;
7+ sha256 = "1rc4if8nmy9lrig0ddihdwpzg2s8y36vf20hfywb8hph5hpsg4vj" ;
8+ } ) { } } :
139
1410with pkgs ;
1511let
16- docker-ov = docker . override {
17- buildxSupport = true ;
18- } ;
12+ docker-ov = docker . override { buildxSupport = true ; } ;
1913
2014 linuxkit-ov = linuxkit . overrideAttrs ( oldAttrs : rec {
2115 version = "unstable-g${ builtins . substring 0 9 src . rev } " ;
2620 sha256 = "1hx5k0l9gniz9aj9li8dkiniqs77pyfcl979y75yqm3mynrdz9ca" ;
2721 } ;
2822 } ) ;
29- in
30- mkShell {
23+ in mkShell {
3124 buildInputs = [
3225 docker-ov
3326 git
3427 gnumake
3528 gnused
3629 linuxkit-ov
3730 ncurses
31+ nixfmt
3832 s3cmd
3933 util-linux
4034 ] ;
You can’t perform that action at this time.
0 commit comments