diff options
| author | Fuwn <[email protected]> | 2024-10-02 13:41:30 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-02 13:41:30 +0000 |
| commit | a5ae330e94e4bfe217670c519f963b4b7496281f (patch) | |
| tree | 488db3fc1607787b7749d3f535db4f11fcaff68e | |
| parent | feat(flake.nix): multi-system nixos module (diff) | |
| download | pia.nix-a5ae330e94e4bfe217670c519f963b4b7496281f.tar.xz pia.nix-a5ae330e94e4bfe217670c519f963b4b7496281f.zip | |
docs(readme): fix flake branch
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }: { |