starlight: set includeBuildDependencies
This commit is contained in:
parent
6d9578aeab
commit
075f99fcdc
23
flake.lock
23
flake.lock
|
@ -129,6 +129,9 @@
|
|||
},
|
||||
"fonts": {
|
||||
"inputs": {
|
||||
"artemist": [
|
||||
"artemist"
|
||||
],
|
||||
"flake-utils": [
|
||||
"utils"
|
||||
],
|
||||
|
@ -137,11 +140,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1703056424,
|
||||
"narHash": "sha256-D0vX6SlfDERFEza2xUEdgS6B5x85hkHBOxdvRFicMTY=",
|
||||
"lastModified": 1703114402,
|
||||
"narHash": "sha256-YO/SSK8lE1kSFqlhE+LDZVVXk926OIJYPQdE9FSVoFU=",
|
||||
"ref": "refs/heads/canon",
|
||||
"rev": "0fa9c60778602279f7c81095db2eebab012e2e99",
|
||||
"revCount": 16,
|
||||
"rev": "7e34876a71f6009aa9d1584fff5ae81b3c63109f",
|
||||
"revCount": 17,
|
||||
"type": "git",
|
||||
"url": "https://git.mildlyfunctional.gay/artemist/fonts.git"
|
||||
},
|
||||
|
@ -201,11 +204,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1703072477,
|
||||
"narHash": "sha256-I2g7o+J26iK3sGk53iuaYiMWryzAYx0zhNQUFzTID/A=",
|
||||
"lastModified": 1703178811,
|
||||
"narHash": "sha256-Orbqa8DvszYZ38XGWAs43hVs++czt2N6/Y0sFRLhJms=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "433120e47d016c9960dd9c2b1821e97d223a6a39",
|
||||
"rev": "fb5ac0c870a1b3ffea70e02ab1720d991ce812ae",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -380,11 +383,11 @@
|
|||
"pre-commit-hooks": "pre-commit-hooks"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1703094677,
|
||||
"narHash": "sha256-SaYCJr6zpWEY8IPE2eoMbMoFk6GeLdQpqDoPvvJ3oGM=",
|
||||
"lastModified": 1703185304,
|
||||
"narHash": "sha256-CKsV786NBB8fuls4vyKGTfOz9bkpAn2lh8PKL8YLZ+M=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nixvim",
|
||||
"rev": "81d103b69b012fad26e2ac1a306725db9f9aaf71",
|
||||
"rev": "43d20e833267ffd026af692060fb344960930fe1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
};
|
||||
fonts = {
|
||||
url = "git+https://git.mildlyfunctional.gay/artemist/fonts.git";
|
||||
inputs.artemist.follows = "artemist";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "utils";
|
||||
};
|
||||
|
|
|
@ -133,6 +133,9 @@
|
|||
pictures = "/media/luna/photos";
|
||||
};
|
||||
};
|
||||
|
||||
# oh god
|
||||
system.includeBuildDependencies = true;
|
||||
# NixOS
|
||||
system.stateVersion = "21.11";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue