aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-02 13:41:30 +0000
committerFuwn <[email protected]>2024-10-02 13:41:30 +0000
commita5ae330e94e4bfe217670c519f963b4b7496281f (patch)
tree488db3fc1607787b7749d3f535db4f11fcaff68e
parentfeat(flake.nix): multi-system nixos module (diff)
downloadpia.nix-a5ae330e94e4bfe217670c519f963b4b7496281f.tar.xz
pia.nix-a5ae330e94e4bfe217670c519f963b4b7496281f.zip
docs(readme): fix flake branch
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index df0f1d7..6c1246d 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ You'll need to include this module in your `flake.nix` file:
```
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
- inputs.pia.url = "github:Fuwn/nixos-pia?ref=development";
+ inputs.pia.url = "github:Fuwn/nixos-pia";
inputs.pia.inputs.nixpkgs.follows = "nixpkgs";
outputs = { self, nixpkgs, pia }: {