Skip to content

Commit

Permalink
ruby-version -> .ruby-version (#70)
Browse files Browse the repository at this point in the history
fix error : ruby-version': No such file or directory
  • Loading branch information
bobvanderlinden authored Apr 22, 2023
2 parents 42dc886 + 05a38e8 commit 05d0064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
let
pkgs = nixpkgs.legacyPackages.${system};
ruby = nixpkgs-ruby.lib.packageFromRubyVersionFile {
file = ./ruby-version;
file = ./.ruby-version;
inherit system;
};

Expand Down

0 comments on commit 05d0064

Please sign in to comment.