diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -174,10 +174,13 @@ | |||
| 174 | type = "gitlab"; | 174 | type = "gitlab"; |
| 175 | owner = "gkleen"; | 175 | owner = "gkleen"; |
| 176 | repo = "prometheus-borg-exporter"; | 176 | repo = "prometheus-borg-exporter"; |
| 177 | ref = "main"; | 177 | ref = "v1.1.1"; |
| 178 | inputs = { | 178 | inputs = { |
| 179 | nixpkgs.follows = "nixpkgs"; | 179 | nixpkgs.follows = "nixpkgs"; |
| 180 | poetry2nix.follows = "poetry2nix"; | 180 | pyproject-nix.follows = "pyproject-nix"; |
| 181 | uv2nix.follows = "uv2nix"; | ||
| 182 | pyproject-build-systems.follows = "pyproject-build-systems"; | ||
| 183 | gitignore.follows = "gitignore"; | ||
| 181 | }; | 184 | }; |
| 182 | }; | 185 | }; |
| 183 | nixos-hardware = { | 186 | nixos-hardware = { |
