From 21c7b0abd241f7edf08d11b47718a97bb6e9a82b Mon Sep 17 00:00:00 2001 From: KFears Date: Sat, 2 Dec 2023 13:52:16 +0400 Subject: [PATCH] fix: make closure smaller --- flake.lock | 39 --------------------------------------- flake.nix | 4 ---- 2 files changed, 43 deletions(-) diff --git a/flake.lock b/flake.lock index 8ec88b7..a0a2b88 100644 --- a/flake.lock +++ b/flake.lock @@ -21,27 +21,6 @@ "type": "github" } }, - "fenix": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ], - "rust-analyzer-src": "rust-analyzer-src" - }, - "locked": { - "lastModified": 1701325357, - "narHash": "sha256-+CF74n9/AlLwgdCTM5WuKsa/4C1YxJSpRDCfz1ErOl0=", - "owner": "nix-community", - "repo": "fenix", - "rev": "07a409ce1fe2c6d6e871793394b0cc0e5e262e3b", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "fenix", - "type": "github" - } - }, "flake-compat": { "flake": false, "locked": { @@ -322,30 +301,12 @@ "root": { "inputs": { "devenv": "devenv", - "fenix": "fenix", "flake-parts": "flake-parts", "mk-shell-bin": "mk-shell-bin", "nix2container": "nix2container", "nixpkgs": "nixpkgs_2" } }, - "rust-analyzer-src": { - "flake": false, - "locked": { - "lastModified": 1701186284, - "narHash": "sha256-euPBY3EmEy7+Jjm2ToRPlSp/qrj0UL9+PRobxVz6+aQ=", - "owner": "rust-lang", - "repo": "rust-analyzer", - "rev": "c7c582afb57bb802715262d7f1ba73b8a86c1c5a", - "type": "github" - }, - "original": { - "owner": "rust-lang", - "ref": "nightly", - "repo": "rust-analyzer", - "type": "github" - } - }, "systems": { "locked": { "lastModified": 1681028828, diff --git a/flake.nix b/flake.nix index cd98e00..832c5ac 100644 --- a/flake.nix +++ b/flake.nix @@ -5,10 +5,6 @@ nix2container.url = "github:nlewo/nix2container"; nix2container.inputs.nixpkgs.follows = "nixpkgs"; mk-shell-bin.url = "github:rrbutani/nix-mk-shell-bin"; - fenix = { - url = "github:nix-community/fenix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; }; nixConfig = {