mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
enable repology
This commit is contained in:
parent
81ccd1e8e7
commit
f74512b261
3 changed files with 11 additions and 11 deletions
19
flake.lock
generated
19
flake.lock
generated
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
udev.packages = [ pkgs.yubikey-personalization ];
|
||||
fwupd.enable = true;
|
||||
libinput.enable = true;
|
||||
repology.enable = true;
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
Loading…
Add table
Reference in a new issue