From 4a2b43d6c463dc8b4bad5a12c926964427af1e45 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 22 Feb 2024 12:41:30 -0500 Subject: [PATCH] flake.nix: fmt --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 1ef2dc5..2e7a27e 100644 --- a/flake.nix +++ b/flake.nix @@ -2,9 +2,7 @@ description = "notohh.dev flake"; inputs = { - nixpkgs = { - url = "github:nixos/nixpkgs/nixos-unstable"; - }; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; }; outputs = {nixpkgs, ...}: let system = "x86_64-linux";