diff --git a/flake.lock b/flake.lock index a70d76d..24a22aa 100644 --- a/flake.lock +++ b/flake.lock @@ -2,17 +2,17 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1771848320, - "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=", + "lastModified": 1772542754, + "narHash": "sha256-WGV2hy+VIeQsYXpsLjdr4GvHv5eECMISX1zKLTedhdg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev": "8c809a146a140c5c8806f13399592dbcb1bb5dc4", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev": "8c809a146a140c5c8806f13399592dbcb1bb5dc4", "type": "github" } }, @@ -25,6 +25,12 @@ "nixpkgs-bim": [ "nixpkgs" ], + "nixpkgs-ci": [ + "nixpkgs" + ], + "nixpkgs-emmett": [ + "nixpkgs" + ], "nixpkgs-howard": [ "nixpkgs" ], diff --git a/flake.nix b/flake.nix index 3c212b9..80b2a55 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { # Default pin — all servers follow this unless overridden below - nixpkgs.url = "github:NixOS/nixpkgs/2fc6539b481e1d2569f25f8799236694180c0993"; + nixpkgs.url = "github:NixOS/nixpkgs/8c809a146a140c5c8806f13399592dbcb1bb5dc4"; # Per-server pins (follow default; replace with a direct url to override) nixpkgs-armer.follows = "nixpkgs";