Skip to content

Commit

Permalink
Merge pull request #763 from trade-tariff/BAU-enable-nixos
Browse files Browse the repository at this point in the history
BAU: Enable nixos
  • Loading branch information
willfish authored Sep 14, 2024
2 parents 070773b + 90d18d7 commit fe8ca59
Show file tree
Hide file tree
Showing 8 changed files with 3,547 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
fi

watch_file gemset.nix
use flake
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ vendor
/node_modules
yarn-error.log
.byebug_history
.direnv
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ end

group :development do
gem 'rubocop-govuk'
gem 'solargraph'
end

group :test do
Expand Down
29 changes: 28 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
backport (1.2.0)
base64 (0.2.0)
benchmark (0.3.0)
bigdecimal (3.1.7)
bootsnap (1.17.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -132,6 +134,7 @@ GEM
down (5.4.1)
addressable (~> 2.8)
drb (2.2.1)
e2mmap (0.1.0)
erubi (1.12.0)
et-orbi (1.2.7)
tzinfo
Expand Down Expand Up @@ -239,6 +242,7 @@ GEM
irb (1.12.0)
rdoc
reline (>= 0.4.2)
jaro_winkler (1.6.0)
json (2.6.3)
jwt (2.7.1)
kaminari (1.2.2)
Expand All @@ -255,6 +259,8 @@ GEM
kaminari-core (1.2.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
lograge (0.14.0)
actionpack (>= 4)
Expand Down Expand Up @@ -588,6 +594,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rbs (2.8.4)
rdoc (6.6.3.1)
psych (>= 4.0.0)
redis (5.0.8)
Expand All @@ -602,6 +609,8 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.6)
rinku (2.0.6)
rouge (4.2.1)
Expand Down Expand Up @@ -701,6 +710,22 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
solargraph (0.50.0)
backport (~> 1.2)
benchmark
bundler (~> 2.0)
diff-lcs (~> 1.4)
e2mmap
jaro_winkler (~> 1.5)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
parser (~> 3.0)
rbs (~> 2.0)
reverse_markdown (~> 2.0)
rubocop (~> 1.38)
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -740,6 +765,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.37)
zeitwerk (2.6.13)

PLATFORMS
Expand Down Expand Up @@ -789,11 +815,12 @@ DEPENDENCIES
sidekiq-scheduler
simple_form
simplecov
solargraph
webmock
webpacker

RUBY VERSION
ruby 3.3.4p94

BUNDLED WITH
2.2.32
2.5.11
1 change: 0 additions & 1 deletion app/models/green_lanes/update_notification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ def status_label
''
end
end

end
end
188 changes: 188 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fe8ca59

Please sign in to comment.