Skip to content

Commit

Permalink
Merge pull request #1 from ayush5harma/ayush5harma-patch-1
Browse files Browse the repository at this point in the history
.ruby-version
  • Loading branch information
ayush5harma authored Apr 22, 2023
2 parents 42dc886 + 279c69a commit 05a38e8
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 05a38e8

Please sign in to comment.