1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
Daniel Kempkens b2a213d2e0
Update deps
All checks were successful
Build / build-amd64-linux (push) Successful in 1m3s
Build / build-arm64-linux (push) Successful in 2m58s
2024-05-30 18:31:54 +02:00
Daniel Kempkens fe7df5856f
fonts: remove rec keyword 2024-05-30 17:05:06 +02:00
2 changed files with 18 additions and 18 deletions

View file

@ -201,11 +201,11 @@
]
},
"locked": {
"lastModified": 1717020155,
"narHash": "sha256-Xpyv9i02ineeGakmmzd45hkBgy2a7Zf/3d6amM6MUb4=",
"lastModified": 1717052710,
"narHash": "sha256-LRhOxzXmOza5SymhOgnEzA8EAQp+94kkeUYWKKpLJ/U=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "1b589257f72c9c54e92d1d631e988e5346156736",
"rev": "29c69d9a466e41d46fd3a7a9d0591ef9c113c2ae",
"type": "github"
},
"original": {
@ -244,11 +244,11 @@
]
},
"locked": {
"lastModified": 1717034468,
"narHash": "sha256-imRMUIndCPnE5gDBeKpa2Z3ja46V/Y4L5oWz8sGLj9I=",
"lastModified": 1717086306,
"narHash": "sha256-5MzhMWayH7bG18kYcjmHBN+/0onDs/0VbfcuE8YAaFY=",
"ref": "refs/heads/master",
"rev": "1057dc0f3c4a25155ccd0fe8437043c78df3ee0d",
"revCount": 833,
"rev": "adbe4632778947f8fac34a703087ff29a9c737d9",
"revCount": 835,
"type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay"
},
@ -295,11 +295,11 @@
},
"nixos-unstable": {
"locked": {
"lastModified": 1716968199,
"narHash": "sha256-vYbYTeWF4YMKYu6lHLQH+OagpubB9aZ1+V630h6qJr4=",
"lastModified": 1717068402,
"narHash": "sha256-olLqhxrBPdq4Y6GA9voLSUkyvVcfmVP5lQWnewlZGq0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c598bbfe379934e8f379bc474cc1914a7c34fbdc",
"rev": "66c951d1278b9c105c750cb70ca37f1e3e3d0e57",
"type": "github"
},
"original": {
@ -311,11 +311,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1716941088,
"narHash": "sha256-GKSAGfLNocNTux33YT9GbEXwEewxepwFL+ViX1CrMCQ=",
"lastModified": 1716977081,
"narHash": "sha256-pFe5jLeIPlKEln5n2h998d7cpzXFdbrBMRe3suz4K1o=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6c25325ec30a566f5c0446ceee61ada081903872",
"rev": "ac82a513e55582291805d6f09d35b6d8b60637a1",
"type": "github"
},
"original": {
@ -432,11 +432,11 @@
]
},
"locked": {
"lastModified": 1715940852,
"narHash": "sha256-wJqHMg/K6X3JGAE9YLM0LsuKrKb4XiBeVaoeMNlReZg=",
"lastModified": 1717078125,
"narHash": "sha256-V68CsekhPCF6Oz84t2FHY5jin4smKrmsS208Xw057zs=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "2fba33a182602b9d49f0b2440513e5ee091d838b",
"rev": "52b66cade760e93276146eb057122b8011ab9057",
"type": "github"
},
"original": {

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
let
berkeley-mono = pkgs.stdenvNoCC.mkDerivation rec {
berkeley-mono = pkgs.stdenvNoCC.mkDerivation {
pname = "berkeley-mono";
version = "1.009";
@ -20,7 +20,7 @@ let
'';
};
nerdfonts = pkgs.stdenvNoCC.mkDerivation rec {
nerdfonts = pkgs.stdenvNoCC.mkDerivation {
pname = "nerdfonts";
version = "3.2.1";