nixpkgs-fmt

This commit is contained in:
zimbatm 2021-03-08 12:17:56 +01:00
parent 70854a5310
commit e850799428
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
8 changed files with 16 additions and 15 deletions

View file

@ -1,6 +1,6 @@
let
nixpkgs = builtins.fetchTarball "channel:nixos-20.09";
pkgs = import nixpkgs { config = {}; overlays = []; };
pkgs = import nixpkgs { config = { }; overlays = [ ]; };
in
with pkgs;
mkShell {