whoops wrong user in the README
This commit is contained in:
parent
4b8dff4d24
commit
d75a95324c
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/squi.bid/fooud";
|
inputs.fooud.url = "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