System : Update lock.

This commit is contained in:
Dmitry Voronin 2024-02-25 10:16:54 +03:00
parent 74afca8abd
commit 43da852c88
2 changed files with 9 additions and 10 deletions

View file

@ -5,19 +5,18 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"dir": ".config/linux/system/derivation/apple_font", "dir": "./.config/linux/system/derivation/apple_font",
"lastModified": 1708837820, "dirtyRev": "74afca8abdc5d156ff835a49e1d9931674af8782-dirty",
"narHash": "sha256-+58hc5+Cf7+NYtVa/u8SBfABqjUFCsoHxjMAjr+ITZ8=", "dirtyShortRev": "74afca8-dirty",
"ref": "refs/heads/main", "lastModified": 1708840113,
"rev": "49f9067ffef688a08e0a5744cf7d61f84d39dea0", "narHash": "sha256-hxUDJA/H6h7mNr+YraJ/BDu5/SNUwTDV25KNqDkuy9A=",
"revCount": 794,
"type": "git", "type": "git",
"url": "file:.?dir=.config/linux/system/derivation/apple_font" "url": "file:.?dir=./.config/linux/system/derivation/apple_font"
}, },
"original": { "original": {
"dir": ".config/linux/system/derivation/apple_font", "dir": "./.config/linux/system/derivation/apple_font",
"type": "git", "type": "git",
"url": "file:.?dir=.config/linux/system/derivation/apple_font" "url": "file:.?dir=./.config/linux/system/derivation/apple_font"
} }
}, },
"dotfiles": { "dotfiles": {

View file

@ -6,7 +6,7 @@
url = "git+https://git.voronind.com/voronind/linux.git"; url = "git+https://git.voronind.com/voronind/linux.git";
flake = false; flake = false;
}; };
applefonts.url = "git+file:.?dir=.config/linux/system/derivation/apple_font"; applefonts.url = "git+file:.?dir=./.config/linux/system/derivation/apple_font";
# Nvim plugins. # Nvim plugins.
nvimAlign = { nvimAlign = {