summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
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};