apparently this is the correct way to fetch a flake from git
This commit is contained in:
parent
d75a95324c
commit
44cbf6ca2a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ Declaratively keep your stuff up to date in your nixos config.
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
description = "My flake config";
|
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 }: {
|
outputs = { self, nixpkgs, fooud }: {
|
||||||
nixosConfigurations.my-system = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.my-system = nixpkgs.lib.nixosSystem {
|
||||||
modules = [{
|
modules = [{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue