apparently this is the correct way to fetch a flake from git

This commit is contained in:
Squibid 2025-12-04 00:49:31 -05:00
parent d75a95324c
commit 44cbf6ca2a
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

@ -5,7 +5,7 @@ Declaratively keep your stuff up to date in your nixos config.
```nix
{
description = "My flake config";
inputs.fooud.url = "https://git.squi.bid/squibid/fooud";
inputs.fooud.url = "git+https://git.squi.bid/squibid/fooud";
outputs = { self, nixpkgs, fooud }: {
nixosConfigurations.my-system = nixpkgs.lib.nixosSystem {
modules = [{