From c225c06ab661f5c2fbc34b2eafc0b68001305846 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 22 Jan 2025 12:22:50 +0900 Subject: nix: introduce `flake-utils` --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index d6dc789..81ff32f 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,8 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + flake-utils.url = "github:numtide/flake-utils"; + home-manager = { url = "github:nix-community/home-manager/master"; inputs.nixpkgs.follows = "nixpkgs"; @@ -20,6 +22,7 @@ outputs = { nixpkgs, + flake-utils, home-manager, ... }: -- cgit v1.2.3-70-g09d2