Compare commits

..

No commits in common. "6a8c0a82b0915023076c9738da68e2e72ed72800" and "825b6ecced905b7b9ced007c0f1d8f4f7d747823" have entirely different histories.

2 changed files with 4 additions and 12 deletions

6
flake.lock generated
View file

@ -1004,11 +1004,11 @@
"nixvim": "nixvim_2" "nixvim": "nixvim_2"
}, },
"locked": { "locked": {
"lastModified": 1753605519, "lastModified": 1753530968,
"narHash": "sha256-RJTIXX9JMeUOA3sJuiqJRBXFzzQLM6GrOFrL8+Iy6hg=", "narHash": "sha256-mn0wmdFjtZdPQNvReOnyXI8YPCT3arnAKyfuRZuIOiQ=",
"owner": "ahwxorg", "owner": "ahwxorg",
"repo": "nixvim-config", "repo": "nixvim-config",
"rev": "20053a4d7a90b56cb7fe38d9557d71aeecd2cb47", "rev": "bdb8c7c4c77d2757c7e8fdd6e853060ba8287e90",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,12 +1,4 @@
{ { config, pkgs, lib, inputs, ... }:{
config,
system,
pkgs,
lib,
inputs,
...
}:
{
environment.systemPackages = [ environment.systemPackages = [
inputs.agenix.packages."${system}".default inputs.agenix.packages."${system}".default
]; ];