examples/flake.nix: add inputs.nixpkgs

To make this template look more like a regular system flake.
This commit is contained in:
Erik Arvstedt 2023-10-19 09:48:46 +02:00
parent 89ea349312
commit 742fd8fdd0
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 6 additions and 2 deletions

View file

@ -101,4 +101,5 @@ It's easiest to use an existing service as a template:
- [flake.nix](../flake.nix): update `nixpkgs.url`
- [cirrus.yml](../.cirrus.yml): update toplevel container -> image attribute
- [examples/configuration.nix](../examples/configuration.nix): update `system.stateVersion`
- [examples/flakes/flake.nix](../examples/flakes/flake.nix): update `inputs.nix-bitcoin.url`
- Treewide: check if any `TODO-EXTERNAL` comments can be resolved