mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
flake/nixinate: use apps/flakes directly
This commit is contained in:
parent
8b8cdbda51
commit
94c76cd197
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ used flakes:
|
||||||
- deployment/update:
|
- deployment/update:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run .#apps.nixinate.<flake>
|
nix run .#<flake>
|
||||||
```
|
```
|
||||||
|
|
||||||
- secrets:
|
- secrets:
|
||||||
|
|
|
@ -112,8 +112,8 @@
|
||||||
inputs'.disko.packages.disko
|
inputs'.disko.packages.disko
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
# workaround for https://github.com/MatthewCroughan/nixinate/issues/12
|
||||||
|
apps = (nixinate.nixinate.${system} self).nixinate;
|
||||||
};
|
};
|
||||||
# flake = {};
|
|
||||||
flake.apps = inputs.nixinate.nixinate."x86_64-linux" self;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue