diff --git a/flake.lock b/flake.lock index e5b337d..2c328be 100644 --- a/flake.lock +++ b/flake.lock @@ -785,11 +785,11 @@ ] }, "locked": { - "lastModified": 1764304195, - "narHash": "sha256-bO7FN/bF6gG7TlZpKAZjO3VvfsLaPFkefeUfJJ7F/7w=", + "lastModified": 1764361670, + "narHash": "sha256-jgWzgpIaHbL3USIq0gihZeuy1lLf2YSfwvWEwnfAJUw=", "owner": "nix-community", "repo": "home-manager", - "rev": "86ff0ef506c209bb397849706e85cc3a913cb577", + "rev": "780be8ef503a28939cf9dc7996b48ffb1a3e04c6", "type": "github" }, "original": { @@ -994,11 +994,11 @@ "treefmt-nix": "treefmt-nix_2" }, "locked": { - "lastModified": 1764340535, - "narHash": "sha256-qRLqQc98qfdZc8I1C5oBIiy4BhZBIOt5CrKrMnLaguY=", + "lastModified": 1764425380, + "narHash": "sha256-5XABPtxjxkLcovj77zvJEgrueE/URXIzUhPf34UrQXQ=", "owner": "numtide", "repo": "nix-ai-tools", - "rev": "46a17ca03373dd5e24d77e38bd87eeeeb1784b7a", + "rev": "41d3a0f74da64be69a103f14726e9c71e32352f6", "type": "github" }, "original": { @@ -1285,17 +1285,17 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1757014016, - "narHash": "sha256-i+/3jrkW5j4BHWMuZ7+GP36bW6KltMdZipzWiYZO8HY=", + "lastModified": 1764242076, + "narHash": "sha256-sKoIWfnijJ0+9e4wRvIgm/HgE27bzwQxcEmo2J/gNpI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6b5a23a12dfcf90e4ebc041925d63668314a39fc", + "rev": "2fad6eac6077f03fe109c4d4eb171cf96791faa4", "type": "github" }, "original": { "owner": "nixos", + "ref": "nixos-unstable", "repo": "nixpkgs", - "rev": "6b5a23a12dfcf90e4ebc041925d63668314a39fc", "type": "github" } }, @@ -1355,11 +1355,11 @@ "systems": "systems_6" }, "locked": { - "lastModified": 1764238240, - "narHash": "sha256-7Znm3koZ4sF+O41Y7rJqf651BPEbjIUYF3r9H23GRGw=", + "lastModified": 1764443358, + "narHash": "sha256-bd9I02P/Mp9yYGcSWgLLdI/Zt0JqF8igSTAfUzknVHk=", "owner": "nix-community", "repo": "nixvim", - "rev": "f1e07ba53abd0fb4872a365cba45562144ad6130", + "rev": "6094d2a4396c0ff4e94b22315cc43f55db626c32", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 4afbe9a..c42eb92 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ # Principle inputs # RETARDED POLITICAL UPSTREAM BREAKS CACHE OFTEN - nixpkgs.url = "github:nixos/nixpkgs/6b5a23a12dfcf90e4ebc041925d63668314a39fc"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nix-darwin.url = "github:LnL7/nix-darwin"; nix-darwin.inputs.nixpkgs.follows = "nixpkgs";