nixpkgs-fmt
This commit is contained in:
parent
70854a5310
commit
e850799428
8 changed files with 16 additions and 15 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue