From 651c189659a082eaca2a945232c934dd822735c9 Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 21 Mar 2023 17:00:25 +0200 Subject: add fenix to flake, change to nightly --- flake.lock | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index ab83f17..b9a3661 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,26 @@ { "nodes": { + "fenix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "rust-analyzer-src": "rust-analyzer-src" + }, + "locked": { + "lastModified": 1679379755, + "narHash": "sha256-VoEBOO96WQTVNV2XFouccHCWDuGtj8l/zo/0M6i4dc8=", + "owner": "nix-community", + "repo": "fenix", + "rev": "4d669480a74910e101297c439210e5b037fe0182", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "fenix", + "type": "github" + } + }, "flake-parts": { "inputs": { "nixpkgs-lib": [ @@ -54,11 +75,29 @@ }, "root": { "inputs": { + "fenix": "fenix", "flake-parts": "flake-parts", "nixpkgs": "nixpkgs", "treefmt-nix": "treefmt-nix" } }, + "rust-analyzer-src": { + "flake": false, + "locked": { + "lastModified": 1679320397, + "narHash": "sha256-TnMPQPXDXLGLJu5PvEMglPidrtxH89P9dj/YmWc5JiQ=", + "owner": "rust-lang", + "repo": "rust-analyzer", + "rev": "6d7511938a8864ccfa0a32d4884d9b92b0a37048", + "type": "github" + }, + "original": { + "owner": "rust-lang", + "ref": "nightly", + "repo": "rust-analyzer", + "type": "github" + } + }, "treefmt-nix": { "inputs": { "nixpkgs": "nixpkgs_2" -- cgit 1.4.1