From 6ee5b5afa784c76b1c31c371b59177136e558fa6 Mon Sep 17 00:00:00 2001 From: sodiboo Date: Sun, 15 Sep 2024 14:52:28 +0200 Subject: flake: update inputs and remove crane.inputs.nixpkgs override the input was removed in https://github.com/ipetkov/crane/pull/692 --- flake.lock | 29 ++++++++++++----------------- flake.nix | 5 +---- 2 files changed, 13 insertions(+), 21 deletions(-) diff --git a/flake.lock b/flake.lock index fd42894c..f3bf519b 100644 --- a/flake.lock +++ b/flake.lock @@ -1,17 +1,12 @@ { "nodes": { "crane": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, "locked": { - "lastModified": 1724533099, - "narHash": "sha256-ZIDtvVQHoCkNoBlLUB3wmqbqCb0Es3DfdUGeDI/58aY=", + "lastModified": 1725409566, + "narHash": "sha256-PrtLmqhM6UtJP7v7IGyzjBFhbG4eOAHT6LPYOFmYfbk=", "owner": "ipetkov", "repo": "crane", - "rev": "7543c8d76f91b8844e0f3b3cc347a72d8fb4b49e", + "rev": "7e4586bad4e3f8f97a9271def747cf58c4b68f3c", "type": "github" }, "original": { @@ -28,11 +23,11 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1722493751, - "narHash": "sha256-l7/yMehbrL5d4AI8E2hKtNlT50BlUAau4EKTgPg9KcY=", + "lastModified": 1725172314, + "narHash": "sha256-BtLY9lWu/pe6/ImFwuRRRqMwLacY5AZOKA2hUHUQ64k=", "owner": "nix-community", "repo": "fenix", - "rev": "60ab4a085ef6ee40f2ef7921ca4061084dd8cf26", + "rev": "28b42d01f549c38bd165296fbcb4fe66d98fc24f", "type": "github" }, "original": { @@ -77,11 +72,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1724395761, - "narHash": "sha256-zRkDV/nbrnp3Y8oCADf5ETl1sDrdmAW6/bBVJ8EbIdQ=", + "lastModified": 1726365531, + "narHash": "sha256-luAKNxWZ+ZN0kaHchx1OdLQ71n81Y31ryNPWP1YRDZc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ae815cee91b417be55d43781eb4b73ae1ecc396c", + "rev": "9299cdf978e15f448cf82667b0ffdd480b44ee48", "type": "github" }, "original": { @@ -103,11 +98,11 @@ "rust-analyzer-src": { "flake": false, "locked": { - "lastModified": 1722449213, - "narHash": "sha256-1na4m2PNH99syz2g/WQ+Hr3RfY7k4H8NBnmkr5dFDXw=", + "lastModified": 1725094379, + "narHash": "sha256-TBujPMMIv8RG6BKlsBEpCln1ePmWz79xTcJOQpU2L18=", "owner": "rust-lang", "repo": "rust-analyzer", - "rev": "c8e41d95061543715b30880932ec3dc24c42d7ae", + "rev": "914a1caab54e48a028b2407d0fe6fade89532f67", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index b3eb809d..ea6296eb 100644 --- a/flake.nix +++ b/flake.nix @@ -4,10 +4,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - crane = { - url = "github:ipetkov/crane"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + crane.url = "github:ipetkov/crane"; flake-utils.url = "github:numtide/flake-utils"; nix-filter.url = "github:numtide/nix-filter"; fenix = { -- cgit