diff --git a/flake.lock b/flake.lock index e7f5789..4aad2a5 100644 --- a/flake.lock +++ b/flake.lock @@ -231,11 +231,11 @@ ] }, "locked": { - "lastModified": 1780099287, - "narHash": "sha256-efIPwVGtIWIjWcznhaop6XN6HxnOL8800hF6CBNvlqQ=", + "lastModified": 1780367530, + "narHash": "sha256-bD7YPbnOTmt9iNUK/lGOHlsgA05NVwcxrvMkVAtRknY=", "owner": "nix-community", "repo": "home-manager", - "rev": "7d8127d308c3fb9664f7e643eec944be74ebb37d", + "rev": "26e34a99e464d2a660c2e6d132ac1ea5b5f0fe6c", "type": "github" }, "original": { @@ -309,16 +309,16 @@ }, "nixos": { "locked": { - "lastModified": 1779796641, - "narHash": "sha256-ZsIrKmhp4vbBXoXXmR/tBXA/UCsAQiJL9vsgZEduhVY=", + "lastModified": 1780203844, + "narHash": "sha256-K5sT4jTpGs15ADhviMKNBH38REpPf5Q6mM1+N6cArVE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "25f538306313eae3927264466c70d7001dcea1df", + "rev": "b51242d7d43689db2f3be91bd05d5b24fbb469c4", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-25.11", + "ref": "nixos-26.05", "repo": "nixpkgs", "type": "github" } @@ -464,11 +464,11 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1779560665, - "narHash": "sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o=", + "lastModified": 1780243769, + "narHash": "sha256-x5UQuRsH3MqI0U9afaXSNqzTPSeZlRLvFAav2Ux1pNw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "64c08a7ca051951c8eae34e3e3cb1e202fe36786", + "rev": "331800de5053fcebacf6813adb5db9c9dca22a0c", "type": "github" }, "original": { @@ -486,11 +486,11 @@ ] }, "locked": { - "lastModified": 1780329920, - "narHash": "sha256-1h43rRtAlJw3a2bvNiScnwFGrvDxSOXq1MmkKYyIX40=", + "lastModified": 1780365704, + "narHash": "sha256-9MGw0fCobJr2O10h8OsG+VenVn9repHgiVZyrDqLLYA=", "owner": "nix-community", "repo": "NUR", - "rev": "f7a6f144246366adc7d6a3e20dcd7b4cdd9f2f32", + "rev": "b3f1700346c277e61227c481954883a24f93e680", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 7accc21..674f1d5 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "we say NO to shitty OSes"; inputs = { - nixos.url = "github:NixOS/nixpkgs/nixos-25.11"; + nixos.url = "github:NixOS/nixpkgs/nixos-26.05"; nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";