diff options
-rw-r--r-- | flake.lock | 36 | ||||
-rw-r--r-- | flake.nix | 4 |
2 files changed, 20 insertions, 20 deletions
diff --git a/flake.lock b/flake.lock index f1954c3e..db9b5ef8 100644 --- a/flake.lock +++ b/flake.lock @@ -144,11 +144,11 @@ ] }, "locked": { - "lastModified": 1681746824, - "narHash": "sha256-TRe6SAYqTEyWmHwg5gpAj3arebje/OVi7z9yLqZRYqg=", + "lastModified": 1681814024, + "narHash": "sha256-DPxY/dIxegJ443OJ8jJDusZxX1cbhNe/r3XjG/KifCk=", "owner": "nix-community", "repo": "home-manager", - "rev": "ae79840bc756e97f9750fc70448ae0efc1b8dcc3", + "rev": "cd5723734acbffa63e11a69cf6767f8ef69f6517", "type": "github" }, "original": { @@ -176,26 +176,26 @@ "neovim_config": { "flake": false, "locked": { - "lastModified": 1680721476, - "narHash": "sha256-MzgMKcL1YCfhIIKu6/qmwe6VvskRaiap4aOhbwerKMA=", + "lastModified": 1681648048, + "narHash": "sha256-2acPxiH0gStiIZB6W0nfDL0S3PvTqXvTlxgkYB81XR8=", "ref": "refs/heads/prime", - "rev": "5a626874a6e55f13b129603a989891bcd67eaa30", - "revCount": 4, + "rev": "0db72d9fb5eb22735db26045830320003cc2c69d", + "revCount": 6, "type": "git", - "url": "https://codeberg.org/ene/neovim-config.git" + "url": "https://codeberg.org/soispha/neovim-config.git" }, "original": { "type": "git", - "url": "https://codeberg.org/ene/neovim-config.git" + "url": "https://codeberg.org/soispha/neovim-config.git" } }, "nixpkgs": { "locked": { - "lastModified": 1681648924, - "narHash": "sha256-pzi3HISK8+7mpEtv08Yr80wswyHKsz+RP1CROG1Qf6s=", + "lastModified": 1681737997, + "narHash": "sha256-pHhjgsIkRMu80LmVe8QoKIZB6VZGRRxFmIvsC5S89k4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f294325aed382b66c7a188482101b0f336d1d7db", + "rev": "f00994e78cd39e6fc966f0c4103f908e63284780", "type": "github" }, "original": { @@ -290,19 +290,19 @@ }, "rust-overlay": { "inputs": { + "flake-utils": [ + "flake-utils" + ], "nixpkgs": [ "nixpkgs" - ], - "systems": [ - "systems" ] }, "locked": { - "lastModified": 1681750108, - "narHash": "sha256-5PF33+dVZhvh5Ly5geW6gC8uDKlHQKLqVxesWDBfFps=", + "lastModified": 1681784311, + "narHash": "sha256-DJnxAHCZf9nAuL4wJKcWKaFHrB7MxpsQM6Z4wNi+16k=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "cf102ae729aebb19ee9029ed51bc886a5cf6e056", + "rev": "fc8bfcaf195d0b147b2f73915b735942e9929f93", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index aaf47b28..1925b1db 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ url = "github:oxalica/rust-overlay"; inputs = { nixpkgs.follows = "nixpkgs"; - systems.follows = "systems"; + flake-utils.follows = "flake-utils"; }; }; @@ -67,7 +67,7 @@ }; neovim_config = { - url = "git+https://codeberg.org/ene/neovim-config.git"; + url = "git+https://codeberg.org/soispha/neovim-config.git"; flake = false; }; templates = { |