mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
12 lines
157 B
Diff
12 lines
157 B
Diff
![]() |
diff --git a/b.nix b/b.nix
|
||
|
index 9d18f25..67b0466 100644
|
||
|
--- a/b.nix
|
||
|
+++ b/b.nix
|
||
|
@@ -1,5 +1,5 @@
|
||
|
{
|
||
|
this = "is";
|
||
|
|
||
|
- some = "set";
|
||
|
+ some = "value";
|
||
|
}
|