feat: use flake-parts to clean up the flake.nix
All checks were successful
/ check (push) Successful in 20s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 1s

This is much more manageable!
This commit is contained in:
Jalil David Salamé Messina 2024-10-04 23:23:30 +02:00
parent 584945f1e8
commit e03cd65e87
Signed by: jalil
GPG key ID: F016B9E770737A0B
11 changed files with 250 additions and 198 deletions

12
flake.lock generated
View file

@ -117,16 +117,15 @@
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"nixvim",
"nixpkgs"
]
},
"locked": {
"lastModified": 1726153070,
"narHash": "sha256-HO4zgY0ekfwO5bX0QH/3kJ/h4KvUDFZg8YpkNwIbg1U=",
"lastModified": 1727826117,
"narHash": "sha256-K5ZLCyfO/Zj9mPFldf3iwS6oZStJcU4tSpiXTMYaaL0=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "bcef6817a8b2aa20a5a6dbb19b43e63c5bf8619a",
"rev": "3d04084d54bedc3d6b8b736c70ef449225c361b1",
"type": "github"
},
"original": {
@ -278,7 +277,9 @@
"inputs": {
"devshell": [],
"flake-compat": [],
"flake-parts": "flake-parts",
"flake-parts": [
"flake-parts"
],
"git-hooks": [],
"home-manager": [
"home-manager"
@ -306,6 +307,7 @@
},
"root": {
"inputs": {
"flake-parts": "flake-parts",
"home-manager": "home-manager",
"lix-module": "lix-module",
"nixpkgs": "nixpkgs",