mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
11 lines
157 B
Diff
11 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";
|
|
}
|