1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Packages: Add go, fix formatting, make packages.nix and fonts.nix take attrsets as args

This commit is contained in:
RGBCube 2023-05-06 15:11:16 +03:00
parent 9a0e849632
commit 469c42c165
5 changed files with 24 additions and 20 deletions

10
flake.lock generated
View file

@ -1,17 +1,17 @@
{
"nodes": {
"home-manager": {
"homeManager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1682977601,
"narHash": "sha256-F1Va/Uiw2tVNn27FLqWyBkiqDyIm/eCamw9wA/GK8Fw=",
"lastModified": 1683276747,
"narHash": "sha256-T3st1VBg3wmhHyBQb0z12sTSGsQgiu3mxkS61nLO8Xs=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "0e4c33d76006c9080d2f228ba1c2308e3e4d7be6",
"rev": "669669fcb403e3137dfe599bbcc26e60502c3543",
"type": "github"
},
"original": {
@ -38,7 +38,7 @@
},
"root": {
"inputs": {
"home-manager": "home-manager",
"homeManager": "homeManager",
"nixpkgs": "nixpkgs"
}
}