mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
replace nixpkgs-fmt with nixfmt-rfc-style
This commit is contained in:
parent
a51bd670d6
commit
5f8bbf7681
10 changed files with 127 additions and 89 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ pkgs ? import <nixpkgs> { }, packages ? [ ] }:
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
packages ? [ ],
|
||||
}:
|
||||
|
||||
with pkgs;
|
||||
mkShell {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue