summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock22
-rw-r--r--flake.nix2
2 files changed, 12 insertions, 12 deletions
diff --git a/flake.lock b/flake.lock
index 069b4f5..bfb39a5 100644
--- a/flake.lock
+++ b/flake.lock
@@ -8,11 +8,11 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
- "lastModified": 1674800601,
- "narHash": "sha256-25OW8RylGrcGFhf5swfQLNjKRH87ltuvNgccrGKlKZ8=",
+ "lastModified": 1675059844,
+ "narHash": "sha256-pDfYVP+muvpRwFJ1ujs7KIgLgA3nZ/nmoJnBLpFGXaY=",
"owner": "nix-community",
"repo": "fenix",
- "rev": "0a237d66ea3be2ae39fb4d279a4ae417bf38e2da",
+ "rev": "d944e704920b74eb544cf367f54361c7c08e9085",
"type": "github"
},
"original": {
@@ -74,11 +74,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1674781052,
- "narHash": "sha256-nseKFXRvmZ+BDAeWQtsiad+5MnvI/M2Ak9iAWzooWBw=",
+ "lastModified": 1675061157,
+ "narHash": "sha256-F7/F65ZFWbq7cKSiV3K2acxCv64jKaZZ/K0A3VNT2kA=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "cc4bb87f5457ba06af9ae57ee4328a49ce674b1b",
+ "rev": "f413457e0dd7a42adefdbcea4391dd9751509025",
"type": "github"
},
"original": {
@@ -108,13 +108,13 @@
"locked": {
"lastModified": 1674641431,
"narHash": "sha256-qfo19qVZBP4qn5M5gXc/h1MDgAtPA5VxJm9s8RUAkVk=",
- "owner": "oxapentane",
+ "owner": "nixos",
"repo": "nixpkgs",
"rev": "9b97ad7b4330aacda9b2343396eb3df8a853b4fc",
"type": "github"
},
"original": {
- "owner": "oxapentane",
+ "owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
@@ -133,11 +133,11 @@
"rust-analyzer-src": {
"flake": false,
"locked": {
- "lastModified": 1674747430,
- "narHash": "sha256-zXsp+LWyOZjjC3AjD1HXIntpnWuKnwdEaWI5zcSrBhc=",
+ "lastModified": 1674850341,
+ "narHash": "sha256-W8abw+8SuxSMMBH4ydfawdC6zwPHQwhHerFEXkB4oU4=",
"owner": "rust-lang",
"repo": "rust-analyzer",
- "rev": "9814d798411a4b1b258c710f86626bd1997e406f",
+ "rev": "f1b257f4eb4fef74b42fd7135d1cf3884e8b51c9",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 8b0d2d8..60cd1be 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,6 +1,6 @@
{
inputs = {
- nixpkgs-unstable.url = "github:oxapentane/nixpkgs/nixos-unstable";
+ nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";