about summary refs log tree commit diff
path: root/flake.lock
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-19 20:39:47 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-19 20:39:49 +0200
commit50486b77ebdec2f2b92980d88acfd75c283a4f6d (patch)
tree4c58c0791620281e43ec1f112ab3f0dc18f159ff /flake.lock
parentMisc: Separate OSSE into components (diff)
downloadOSSE-50486b77ebdec2f2b92980d88acfd75c283a4f6d.tar.gz
OSSE-50486b77ebdec2f2b92980d88acfd75c283a4f6d.tar.bz2
OSSE-50486b77ebdec2f2b92980d88acfd75c283a4f6d.zip
Misc: Change to use "oxalica/rust-overlay" for the nix development shell
This fixes vscode not being able to find rust-analyzer and rust-src
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock70
1 files changed, 62 insertions, 8 deletions
diff --git a/flake.lock b/flake.lock
index 2731fff..69029ba 100644
--- a/flake.lock
+++ b/flake.lock
@@ -15,23 +15,77 @@
         "type": "github"
       }
     },
+    "flake-utils_2": {
+      "locked": {
+        "lastModified": 1659877975,
+        "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
+        "type": "github"
+      },
+      "original": {
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "type": "github"
+      }
+    },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1665940183,
-        "narHash": "sha256-cPe3F7CtnxU9YbJpc3Adl4d9kX+turqTv5FxM98i8vg=",
-        "path": "/nix/store/mrpx61vyrmhqhr2ms9svscyc1h523gf1-source",
-        "rev": "104e8082de1b20f9d0e1f05b1028795ed0e0e4bc",
-        "type": "path"
+        "lastModified": 1666109165,
+        "narHash": "sha256-BMLyNVkr0oONuq3lKlFCRVuYqF75CO68Z8EoCh81Zdk=",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "32096899af23d49010bd8cf6a91695888d9d9e73",
+        "type": "github"
+      },
+      "original": {
+        "owner": "NixOS",
+        "ref": "nixos-unstable",
+        "repo": "nixpkgs",
+        "type": "github"
+      }
+    },
+    "nixpkgs_2": {
+      "locked": {
+        "lastModified": 1665296151,
+        "narHash": "sha256-uOB0oxqxN9K7XGF1hcnY+PQnlQJ+3bP2vCn/+Ru/bbc=",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "14ccaaedd95a488dd7ae142757884d8e125b3363",
+        "type": "github"
       },
       "original": {
-        "id": "nixpkgs",
-        "type": "indirect"
+        "owner": "NixOS",
+        "ref": "nixpkgs-unstable",
+        "repo": "nixpkgs",
+        "type": "github"
       }
     },
     "root": {
       "inputs": {
         "flake-utils": "flake-utils",
-        "nixpkgs": "nixpkgs"
+        "nixpkgs": "nixpkgs",
+        "rust-overlay": "rust-overlay"
+      }
+    },
+    "rust-overlay": {
+      "inputs": {
+        "flake-utils": "flake-utils_2",
+        "nixpkgs": "nixpkgs_2"
+      },
+      "locked": {
+        "lastModified": 1666148516,
+        "narHash": "sha256-pFgSJzUFsnCTulIzhn3HHImaZpqlMxAvXTrhg0qlMOE=",
+        "owner": "oxalica",
+        "repo": "rust-overlay",
+        "rev": "3e41700ab6f585b9569112ee7516c74f8d072989",
+        "type": "github"
+      },
+      "original": {
+        "owner": "oxalica",
+        "repo": "rust-overlay",
+        "type": "github"
       }
     }
   },