enable repology

This commit is contained in:
jopejoe1 2024-11-30 19:04:27 +01:00
parent 81ccd1e8e7
commit f74512b261
3 changed files with 11 additions and 11 deletions

19
flake.lock generated
View file

@ -661,18 +661,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1732014248,
"narHash": "sha256-y/MEyuJ5oBWrWAic/14LaIr/u5E0wRVzyYsouYY3W6w=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "23e89b7da85c3640bbc2173fe04f4bd114342367",
"type": "github"
"lastModified": 1732992164,
"narHash": "sha256-ZpFerMSS731FNmGPkZecbq2Ck3GpOYowuGe+bouBfA0=",
"ref": "refs/heads/repology",
"rev": "fbbf93a6b4c50ad51f5f2173d0cb6eb7dc9f3eda",
"revCount": 714686,
"type": "git",
"url": "file:///home/jopejoe1/Documents/nixpkgs"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
"type": "git",
"url": "file:///home/jopejoe1/Documents/nixpkgs"
}
},
"nixpkgs-24_05": {

View file

@ -2,7 +2,7 @@
description = "jopejoe1 NixOS configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "/home/jopejoe1/Documents/nixpkgs/";
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
# Outputs

View file

@ -65,6 +65,7 @@
udev.packages = [ pkgs.yubikey-personalization ];
fwupd.enable = true;
libinput.enable = true;
repology.enable = true;
};
time.timeZone = "Europe/Berlin";