Compare commits

..

2 Commits

Author SHA1 Message Date
2858d00428 update to nixos-unstable 2025-02-14 02:43:26 +01:00
f633aa32a1 update flake.lock 2025-02-14 02:43:26 +01:00
3 changed files with 12 additions and 12 deletions

View File

@@ -63,11 +63,12 @@
fonts = { fonts = {
packages = with pkgs; [ packages = with pkgs; [
nerdfonts # nerdfonts
# TODO after 25.05 # TODO after 25.05
# change to only install explicit fonts # change to only install explicit fonts
# nerd-fonts.jetbrains-mono nerd-fonts.jetbrains-mono
# does not exist
# nerd-fonts.jetbrains # nerd-fonts.jetbrains
]; ];

15
flake.lock generated
View File

@@ -7,32 +7,31 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1733572789, "lastModified": 1739470101,
"narHash": "sha256-zjO6m5BqxXIyjrnUziAzk4+T4VleqjstNudSqWcpsHI=", "narHash": "sha256-NxNe32VB4XI/xIXrsKmIfrcgtEx5r/5s52pL3CpEcA4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "c7ffc9727d115e433fd884a62dc164b587ff651d", "rev": "5031c6d2978109336637977c165f82aa49fa16a7",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-24.11",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1733808091, "lastModified": 1739214665,
"narHash": "sha256-KWwINTQelKOoQgrXftxoqxmKFZb9pLVfnRvK270nkVk=", "narHash": "sha256-26L8VAu3/1YRxS8MHgBOyOM8xALdo6N0I04PgorE7UM=",
"owner": "NixOs", "owner": "NixOs",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a0f3e10d94359665dba45b71b4227b0aeb851f8e", "rev": "64e75cd44acf21c7933d61d7721e812eac1b5a0a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOs", "owner": "NixOs",
"ref": "nixos-24.11", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@@ -2,9 +2,9 @@
description = "Flake to handle all my infrastructure"; description = "Flake to handle all my infrastructure";
inputs = { inputs = {
nixpkgs.url = "github:NixOs/nixpkgs/nixos-24.11"; nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable";
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-24.11"; url = "github:nix-community/home-manager";
# follow defined nixpkgs to prevent version mismatch # follow defined nixpkgs to prevent version mismatch
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";