chore: updating to nixos-24.11

This commit is contained in:
D. Moonfire 2025-01-07 23:23:11 -06:00
parent f378dedc71
commit c4ee8c2db8
2 changed files with 10 additions and 12 deletions

View file

@ -351,16 +351,17 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1706098335, "lastModified": 1735563628,
"narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=", "narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=",
"rev": "a77ab169a83a4175169d78684ddd2e54486ac651", "owner": "NixOS",
"revCount": 554858, "repo": "nixpkgs",
"type": "tarball", "rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798",
"url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.2311.554858%2Brev-a77ab169a83a4175169d78684ddd2e54486ac651/018d46f0-798f-71dc-a8c5-4689c46f7d12/source.tar.gz" "type": "github"
}, },
"original": { "original": {
"type": "tarball", "id": "nixpkgs",
"url": "https://flakehub.com/f/NixOS/nixpkgs/%2A.tar.gz" "ref": "nixos-24.05",
"type": "indirect"
} }
}, },
"root": { "root": {

View file

@ -2,7 +2,7 @@
description = "Common setup for many projects that use a variety of languages."; description = "Common setup for many projects that use a variety of languages.";
inputs = { inputs = {
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/*.tar.gz"; nixpkgs.url = "nixpkgs/nixos-24.05";
nixago.url = "github:jmgilman/nixago"; nixago.url = "github:jmgilman/nixago";
nixago.inputs.nixpkgs.follows = "nixpkgs"; nixago.inputs.nixpkgs.follows = "nixpkgs";
@ -121,8 +121,5 @@
shellHook = config.shellHook; shellHook = config.shellHook;
}; };
}); });
# Formatting for the Nix files
formatter = forEachSupportedSystem ({ pkgs, ... }: pkgs.nixpkgs-fmt);
}; };
} }