add sgard, update lector.

This commit is contained in:
2026-03-23 22:40:48 -07:00
parent 4aec63b408
commit d7a3ecdc8f
3 changed files with 64 additions and 6 deletions

View File

@@ -61,7 +61,7 @@
# my warez # my warez
inputs.kte.packages.x86_64-linux.kge inputs.kte.packages.x86_64-linux.kge
inputs.lector.packages.${system}.default inputs.lector.packages.${system}.default # gui & tui
inputs.lector.packages.${system}.tui inputs.sgard.packages.${system}.default
]; ];
} }

63
flake.lock generated
View File

@@ -38,6 +38,24 @@
"type": "github" "type": "github"
} }
}, },
"flake-utils_2": {
"inputs": {
"systems": "systems_2"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"ke": { "ke": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@@ -86,11 +104,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1774322611, "lastModified": 1774325330,
"narHash": "sha256-McYZTnk6ZgC5u/d+9S2QLww59qk7lh5Iw8DclLrH6nU=", "narHash": "sha256-NvknQvJKrVu7QGgt1gvmNbgtAtTJ6SBXBY4fucSD/+Y=",
"owner": "kisom", "owner": "kisom",
"repo": "lector", "repo": "lector",
"rev": "410f6fb8e522dfa8c905ac4d7db72764a7a1a931", "rev": "868aa6feb9daef39e4781bf8060b84898ac63420",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -174,7 +192,29 @@
"nix-index-database": "nix-index-database", "nix-index-database": "nix-index-database",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable" "nixpkgs-unstable": "nixpkgs-unstable",
"sgard": "sgard"
}
},
"sgard": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1774330733,
"narHash": "sha256-TjUosWB2xQ+bRLnCrNrkbX8CnGxxRlNSsn0AWI+vqBI=",
"owner": "kisom",
"repo": "sgard",
"rev": "b1313c10483321792246d18b53f37ec9a2e4edc5",
"type": "github"
},
"original": {
"owner": "kisom",
"repo": "sgard",
"type": "github"
} }
}, },
"systems": { "systems": {
@@ -191,6 +231,21 @@
"repo": "default", "repo": "default",
"type": "github" "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"
}
} }
}, },
"root": "root", "root": "root",

View File

@@ -22,6 +22,9 @@
lector.url = "github:kisom/lector"; lector.url = "github:kisom/lector";
lector.inputs.nixpkgs.follows = "nixpkgs"; lector.inputs.nixpkgs.follows = "nixpkgs";
sgard.url = "github:kisom/sgard";
sgard.inputs.nixpkgs.follows = "nixpkgs";
}; };
outputs = inputs@{ outputs = inputs@{