flake: update nvf dev input (#1673)

Link: https://github.com/nix-community/stylix/pull/1673

Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
NAHO 2025-07-11 18:08:37 +02:00 committed by GitHub
parent 0150050d6e
commit 0da583a359
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

46
flake/dev/flake.lock generated
View file

@ -68,7 +68,10 @@
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
"nixpkgs-lib": [
"nvf",
"nixpkgs"
]
},
"locked": {
"lastModified": 1749398372,
@ -104,7 +107,10 @@
},
"flake-utils_2": {
"inputs": {
"systems": "systems_2"
"systems": [
"nvf",
"systems"
]
},
"locked": {
"lastModified": 1731533236,
@ -228,21 +234,6 @@
"type": "github"
}
},
"nixpkgs-lib": {
"locked": {
"lastModified": 1748740939,
"narHash": "sha256-rQaysilft1aVMwF14xIdGS3sj1yHlI6oKQNBRTF40cc=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "656a64127e9d791a334452c6b6606d17539476e2",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
"nixvim": {
"inputs": {
"flake-parts": [
@ -306,11 +297,11 @@
]
},
"locked": {
"lastModified": 1752164923,
"narHash": "sha256-C9UCBd0MCPMeUJKENW9sakvA/MOEasubMvRUzssElx8=",
"lastModified": 1752180730,
"narHash": "sha256-aSmib/P5DWXrpOdwFOo+lxuupUlNTGUDsLVSxJwWfUg=",
"owner": "NotAShelf",
"repo": "nvf",
"rev": "a82b228d82d619c84972b6f5cef171c48c7934b2",
"rev": "8ea010d7e3bf00c2a1f24d52da88afaed87d96f5",
"type": "github"
},
"original": {
@ -347,21 +338,6 @@
"type": "github"
}
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [