feat: updated to nixos-25.11

This commit is contained in:
D. Moonfire 2025-01-12 18:29:42 -06:00
parent 6d55804175
commit 179f317ce8
2 changed files with 13 additions and 7 deletions

View file

@ -144,11 +144,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736314980, "lastModified": 1736727959,
"narHash": "sha256-T9zzmyTzGpLr4uWMXWZk/94aXa0gGSiSKZXSPYxDyss=", "narHash": "sha256-DGuBWW1Kz9sqL4GP91np+0Vflu0Ya1/ra83nJk8eGAY=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "482b8abfa7cf339f6000763dd0997aa15e4e3d15", "rev": "92ac7364f8ce4a90f26bd209a8842b468545b5ff",
"revCount": 33, "revCount": 35,
"type": "git", "type": "git",
"url": "https://src.mfgames.com/nixos-contrib/mfgames-project-setup-flake.git" "url": "https://src.mfgames.com/nixos-contrib/mfgames-project-setup-flake.git"
}, },
@ -382,11 +382,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1736200483, "lastModified": 1736549401,
"narHash": "sha256-JO+lFN2HsCwSLMUWXHeOad6QUxOuwe9UOAF/iSl1J4I=", "narHash": "sha256-ibkQrMHxF/7TqAYcQE+tOnIsSEzXmMegzyBWza6uHKM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3f0a8ac25fb674611b98089ca3a5dd6480175751", "rev": "1dab772dd4a68a7bba5d9460685547ff8e17d899",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -0,0 +1,6 @@
# Updated to NixOS 24.11
An occasional chores, we've updated the flake to be based off
[NixOS 24.11](https://nixos.org/blog/announcements/2024/nixos-2411/). From our understanding, the flake input could always be changed but this sets up a nice default using the current, non-deprecated version of NixOS.
Along with this, we've also updated to the latest version of [mfgames-project-setup-flake](https://mfgames.com/mfgames-project-setup-flake/) which does the same thing (and copies the same first paragraph as this post).