diff --git a/flake.lock b/flake.lock index 791363b..bb4dec6 100644 --- a/flake.lock +++ b/flake.lock @@ -268,24 +268,6 @@ "type": "github" } }, - "flake-utils_3": { - "inputs": { - "systems": "systems_3" - }, - "locked": { - "lastModified": 1681202837, - "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "cfacdce06f30d2b68473a46042957675eebb3401", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "git-hooks-nix": { "inputs": { "flake-compat": [ @@ -568,22 +550,6 @@ "url": "https://flakehub.com/f/NixOS/nixpkgs/0.2405.%2A" } }, - "nixpkgs_5": { - "locked": { - "lastModified": 1681358109, - "narHash": "sha256-eKyxW4OohHQx9Urxi7TQlFBTDWII+F+x2hklDOQPB50=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "96ba1c52e54e74c3197f4d43026b3f3d92e83ff9", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nuenv": { "inputs": { "nixpkgs": [ @@ -615,8 +581,7 @@ "nix-darwin": "nix-darwin", "nixpkgs": "nixpkgs_4", "nixpkgs-unstable": "nixpkgs-unstable", - "nuenv": "nuenv", - "uuidv7": "uuidv7" + "nuenv": "nuenv" } }, "rust-analyzer-src": { @@ -718,25 +683,6 @@ "type": "github" } }, - "rust-overlay_4": { - "inputs": { - "flake-utils": "flake-utils_3", - "nixpkgs": "nixpkgs_5" - }, - "locked": { - "lastModified": 1689302058, - "narHash": "sha256-yD74lcHTrw4niXcE9goJLbzsgyce48rQQoy5jK5ZK40=", - "owner": "oxalica", - "repo": "rust-overlay", - "rev": "7b8dbbf4c67ed05a9bf3d9e658c12d4108bc24c8", - "type": "github" - }, - "original": { - "owner": "oxalica", - "repo": "rust-overlay", - "type": "github" - } - }, "systems": { "locked": { "lastModified": 1681028828, @@ -766,42 +712,6 @@ "repo": "default", "type": "github" } - }, - "systems_3": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "uuidv7": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ], - "rust-overlay": "rust-overlay_4" - }, - "locked": { - "lastModified": 1696968970, - "narHash": "sha256-lc6kLGx0pyq2lDXCWNAMjw5dZ4WAN/+sW8fE+4Ik8+I=", - "ref": "refs/heads/main", - "rev": "28bc94a922960a32a8e7b88676a99c95b189221d", - "revCount": 7, - "type": "git", - "url": "ssh://git@github.com/DeterminateSystems/uuidv7.git" - }, - "original": { - "type": "git", - "url": "ssh://git@github.com/DeterminateSystems/uuidv7.git" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index f6ceda3..386e08d 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,6 @@ nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2405.*"; nixpkgs-unstable.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*"; nuenv = { url = "https://flakehub.com/f/DeterminateSystems/nuenv/0.1.*"; inputs.nixpkgs.follows = "nixpkgs"; }; - uuidv7 = { url = "git+ssh://git@github.com/DeterminateSystems/uuidv7.git"; inputs.nixpkgs.follows = "nixpkgs"; }; }; outputs = inputs: @@ -74,7 +73,6 @@ fh = inputs.fh.packages.${system}.default; flake-checker = inputs.flake-checker.packages.${system}.default; jelly = inputs.jelly.packages.${system}.default; - uuidv7 = inputs.uuidv7.packages.${system}.default; rustToolchain = with inputs.fenix.packages.${system}; combine (with stable; [ cargo diff --git a/home-manager/packages.nix b/home-manager/packages.nix index 141d334..e78af76 100644 --- a/home-manager/packages.nix +++ b/home-manager/packages.nix @@ -89,7 +89,6 @@ let process-compose protobuf reattach-to-user-namespace # for tmux - uuidv7 yt-dlp ];