From aed2818f040f86372ec8d49307802d88e81656d2 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 31 Oct 2025 11:51:16 +0300 Subject: [PATCH] 123 --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 106f916..b9ab5bc 100755 --- a/flake.nix +++ b/flake.nix @@ -30,9 +30,11 @@ inputs = { flake-compat.follows = "flake-compat"; nixpkgs.follows = "nixpkgs"; + utils.follows = "utils"; }; }; + utils.url = "github:numtide/flake-utils"; flake-compat.url = "github:edolstra/flake-compat"; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; # nixos-facter-modules.url = "github:numtide/nixos-facter-modules";