build(flake.lock): update flake inputs to reflect nvf repo changes

This commit is contained in:
Mohammad Rafiq 2025-06-17 14:26:31 +08:00
parent ad0d5ed0f8
commit 6eb6bb1106
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -474,16 +474,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1750138565, "lastModified": 1750141234,
"narHash": "sha256-rewitXfshw4O6U9Yeasz4TjBbIUE3zdNMimc8TYtnSg=", "narHash": "sha256-fyRNZO8hxy8arbAK3UPzDQRDLAy9RH4Q5EC31AKfYjM=",
"owner": "rrvsh", "owner": "rrvsh",
"repo": "nvf", "repo": "nvf",
"rev": "2c74994c5c5da1f363e67bc9ecad7e73c48d2208", "rev": "17cdfca39490b953fc451a7553a5b6589e290614",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "rrvsh", "owner": "rrvsh",
"ref": "luasnip-customsnippets-stg", "ref": "luasnip-customsnippets",
"repo": "nvf", "repo": "nvf",
"type": "github" "type": "github"
} }

View file

@ -31,7 +31,7 @@
nvf.inputs.nil.follows = "nil"; nvf.inputs.nil.follows = "nil";
nvf.inputs.nixpkgs.follows = "nixpkgs"; nvf.inputs.nixpkgs.follows = "nixpkgs";
nvf.inputs.systems.follows = "systems"; nvf.inputs.systems.follows = "systems";
nvf.url = "github:rrvsh/nvf/luasnip-customsnippets-stg"; nvf.url = "github:rrvsh/nvf/luasnip-customsnippets";
python-flexseal.inputs.flake-utils.follows = "flake-utils"; python-flexseal.inputs.flake-utils.follows = "flake-utils";
python-flexseal.inputs.nixpkgs.follows = "nixpkgs"; python-flexseal.inputs.nixpkgs.follows = "nixpkgs";
python-flexseal.url = "github:Janrupf/python-flexseal"; python-flexseal.url = "github:Janrupf/python-flexseal";