From 5a8c11a5fae47a8eaad7a90ac3a70020243ceb48 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 13 Nov 2022 22:37:55 +0100 Subject: flake: use utils from registry --- flake.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9cdb743..024f56d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,6 @@ { description = "Quentin Aristote's personal information."; - inputs.flake-utils.url = "github:numtide/flake-utils"; - outputs = { self, nixpkgs, flake-utils }: flake-utils.lib.eachDefaultSystem (system: let pkgs = nixpkgs.legacyPackages.${system}; -- cgit v1.2.3