diff options
| author | Β·ππ΄πππ©π€ | 2025-12-20 19:00:54 +0000 |
|---|---|---|
| committer | Β·ππ΄πππ©π€ | 2025-12-20 19:00:54 +0000 |
| commit | e53b47c44606d7c97ae71dd6cc15bbde203e426c (patch) | |
| tree | 06aeb3ccf0ff6e35f4d868b2bd48881b95d52a4c /lib/input.ml | |
| parent | 6c55091c079bf60dea8327d293802d04e7b57691 (diff) | |
| download | nixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.tar nixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.tar.gz nixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.tar.bz2 nixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.tar.lz nixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.tar.xz nixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.tar.zst nixtaml-e53b47c44606d7c97ae71dd6cc15bbde203e426c.zip | |
Tabs in comments
Diffstat (limited to 'lib/input.ml')
| -rw-r--r-- | lib/input.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/input.ml b/lib/input.ml index a9c17cc..f2fb1a7 100644 --- a/lib/input.ml +++ b/lib/input.ml @@ -305,8 +305,8 @@ module Nixpkgs = struct let default_git_repository = Template.make "https://github.com/NixOS/nixpkgs.git" (* NOTE: "refs/heads/nixpkgs-unstable" is probably good enough for your - project, but defaulting to nixos-unstable since it is βsaferβ, requiring - that all the NixOS tests pass *) + project, but defaulting to nixos-unstable since it is βsaferβ, requiring + that all the NixOS tests pass *) let default_ref = "refs/heads/nixos-unstable" let default_hash = Hash.make ~algorithm: Hash.SHA256 () |
