From 07dff1bbfbd4d76b727e7cc1e5128b8dde606349 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Mon, 13 Jan 2025 13:59:45 +0100 Subject: [PATCH] We don't use the flake-compat input --- flake.lock | 16 ---------------- flake.nix | 3 +-- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index 06c3c31e3..fc2ef880e 100644 --- a/flake.lock +++ b/flake.lock @@ -15,21 +15,6 @@ "type": "github" } }, - "flake-compat": { - "locked": { - "lastModified": 1717312683, - "narHash": "sha256-FrlieJH50AuvagamEvWMIE6D2OAnERuDboFDYAED/dE=", - "owner": "nix-community", - "repo": "flake-compat", - "rev": "38fd3954cf65ce6faf3d0d45cd26059e059f07ea", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "flake-compat", - "type": "github" - } - }, "flake-utils": { "inputs": { "systems": "systems" @@ -66,7 +51,6 @@ "root": { "inputs": { "crane": "crane", - "flake-compat": "flake-compat", "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", "rust-overlay": "rust-overlay" diff --git a/flake.nix b/flake.nix index 218e95701..bd1f0cdc0 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,6 @@ inputs = { flake-utils.url = "github:numtide/flake-utils"; - flake-compat.url = "github:nix-community/flake-compat"; nixpkgs.url = "nixpkgs/nixos-unstable"; rust-overlay = { url = "github:oxalica/rust-overlay"; @@ -12,7 +11,7 @@ crane.url = "github:ipetkov/crane"; }; - outputs = { self, flake-utils, nixpkgs, rust-overlay, crane, flake-compat }: + outputs = { self, flake-utils, nixpkgs, rust-overlay, crane }: flake-utils.lib.eachDefaultSystem (system: let pkgs = import nixpkgs {