1
0
Fork 0

Compare commits

..

No commits in common. "b2a213d2e062ab34f0db90a2395342df96329e24" and "56440c13f4e791256494ecc7cf758e848d253cca" have entirely different histories.

2 changed files with 18 additions and 18 deletions

View file

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

View file

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