File tree Expand file tree Collapse file tree 6 files changed +33
-2
lines changed Expand file tree Collapse file tree 6 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 1+ use flake
Original file line number Diff line number Diff line change @@ -7,4 +7,6 @@ qr-code.svg
77
88/target
99/venv
10- .pre-commit-config.yaml
10+ /.direnv
11+ /.pre-commit-config.yaml
12+ /result *
Original file line number Diff line number Diff line change 1+ /nix/store/540bkwrxhyfgmxm55bhhsf6mdvs4ymzn-pre-commit-config.json
Original file line number Diff line number Diff line change 1+ (
2+ import
3+ (
4+ let
5+ lock = builtins . fromJSON ( builtins . readFile ./flake.lock ) ;
6+ in
7+ fetchTarball {
8+ url = "https://github.com/edolstra/flake-compat/archive/${ lock . nodes . flake-compat . locked . rev } .tar.gz" ;
9+ sha256 = lock . nodes . flake-compat . locked . narHash ;
10+ }
11+ )
12+ { src = ./. ; }
13+ )
14+ . defaultNix
Original file line number Diff line number Diff line change 5353 extensions = [
5454 "rust-src"
5555 "rust-analysis"
56- "rls-preview"
5756 "rustfmt-preview"
5857 "clippy-preview"
5958 ] ;
Original file line number Diff line number Diff line change 1+ (
2+ import
3+ (
4+ let
5+ lock = builtins . fromJSON ( builtins . readFile ./flake.lock ) ;
6+ in
7+ fetchTarball {
8+ url = "https://github.com/edolstra/flake-compat/archive/${ lock . nodes . flake-compat . locked . rev } .tar.gz" ;
9+ sha256 = lock . nodes . flake-compat . locked . narHash ;
10+ }
11+ )
12+ { src = ./. ; }
13+ )
14+ . shellNix
You can’t perform that action at this time.
0 commit comments