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