flake.nix: fmt

This commit is contained in:
notohh 2024-02-22 12:41:30 -05:00
parent 2d6ac70aa7
commit 4a2b43d6c4
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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";