Skip to content

Commit

Permalink
nix: convert indent to space
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Sep 11, 2023
1 parent ebeac42 commit f55a686
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ pkgs ? import <nixpkgs> {} }:

with pkgs; mkShell {
buildInputs = [
ruby_2_7
buildInputs = [
ruby_2_7
nodejs-18_x
];
];

nativeBuildInputs = [
bundler
];
nativeBuildInputs = [
bundler
];

LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
}

0 comments on commit f55a686

Please sign in to comment.