Skip to content

Commit

Permalink
chore: devenv update to rust 1.73 (#649)
Browse files Browse the repository at this point in the history
drive-by: make `just` required on all platforms
  • Loading branch information
ss2165 authored Nov 7, 2023
1 parent bf4c59c commit ed2c48c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
30 changes: 15 additions & 15 deletions devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"devenv": {
"locked": {
"dir": "src/modules",
"lastModified": 1692700763,
"narHash": "sha256-pWbQEVSjlDfrrBoHv5XFe+IdYVpJXY8C9Wz7rO98yqU=",
"lastModified": 1699273601,
"narHash": "sha256-rBTtJ3Vln63RwzyVFzcAy6hW5mXTZOLXwJ/p5Sz0T5k=",
"owner": "cachix",
"repo": "devenv",
"rev": "6b84a85dd5cde41cbf992b6b2445bf25fe0abb21",
"rev": "af34c270e708675c02831c5a4d6d1d3d6efb0854",
"type": "github"
},
"original": {
Expand All @@ -25,11 +25,11 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1692944460,
"narHash": "sha256-9SWRcFh/TvpZ7hc84SvlwP5QPkahWMRB2mMZmkBhkBQ=",
"lastModified": 1699338102,
"narHash": "sha256-4+CqAW2KCLePnXHFk85QUUrVAe3uMfEda1HDB4s2kMA=",
"owner": "nix-community",
"repo": "fenix",
"rev": "dd160229ca7895895462291cded1ea313c1e306f",
"rev": "fcdb479ed8dbbe14aadd0b78d1ed59b110f71113",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -95,11 +95,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1690441914,
"narHash": "sha256-Ac+kJQ5z9MDAMyzSc0i0zJDx2i3qi9NjlW5Lz285G/I=",
"lastModified": 1699186365,
"narHash": "sha256-Pxrw5U8mBsL3NlrJ6q1KK1crzvSUcdfwb9083sKDrcU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "db8672b8d0a2593c2405aed0c1dfa64b2a2f428f",
"rev": "a0b3b06b7a82c965ae0bb1d59f6e386fe755001d",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -136,11 +136,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1692274144,
"narHash": "sha256-BxTQuRUANQ81u8DJznQyPmRsg63t4Yc+0kcyq6OLz8s=",
"lastModified": 1699271226,
"narHash": "sha256-8Jt1KW3xTjolD6c6OjJm9USx/jmL+VVmbooADCkdDfU=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "7e3517c03d46159fdbf8c0e5c97f82d5d4b0c8fa",
"rev": "ea758da1a6dcde6dc36db348ed690d09b9864128",
"type": "github"
},
"original": {
Expand All @@ -160,11 +160,11 @@
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1692775770,
"narHash": "sha256-LwoR5N1JHykSte2Ak+Pj/HjJ9fKy9zMJNEftfBJQkLs=",
"lastModified": 1699192824,
"narHash": "sha256-/W1PD3IjsnYccL6W72guok3bvdnRPHvVYDfgBTDEtpM=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "f5b7c60ff7a79bfb3e10f3e98c81b7bb4cb53c68",
"rev": "c1c9e10f72ffd2e829d20ff1439ff49c2e121731",
"type": "github"
},
"original": {
Expand Down
3 changes: 1 addition & 2 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
# https://devenv.sh/packages/
# on macos frameworks have to be explicitly specified
# otherwise a linker error ocurs on rust packages
packages = lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk; [
packages = [pkgs.just] ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk; [
frameworks.CoreServices
frameworks.CoreFoundation
pkgs.just
]);

# https://devenv.sh/scripts/
Expand Down

0 comments on commit ed2c48c

Please sign in to comment.