From a515c23e54d5d1198ba33621c6842917043cc869 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 10 Dec 2024 02:38:57 +0300 Subject: [PATCH] Flake: Fix nixos branch. --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 043ed9ac..c37803a1 100644 --- a/flake.lock +++ b/flake.lock @@ -296,16 +296,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1733734525, - "narHash": "sha256-PtzXThLlzyT2pZT4lJjyiVY/ZrPPKFK80fxPQoRqsxA=", + "lastModified": 1733550349, + "narHash": "sha256-NcGumB4Lr6KSDq+nIqXtNA8QwAQKDSZT7N9OTGWbTrs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8a38bdfb8659066aa91da95c2474f48bd691402b", + "rev": "e2605d0744c2417b09f8bf850dfca42fcf537d34", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-24.11", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 2401c878..a621f8f3 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { inputs = { # SOURCE: https://github.com/NixOS/nixpkgs - nixpkgs.url = "github:nixos/nixpkgs/release-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; nixpkgsUnstable.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgsMaster.url = "github:nixos/nixpkgs/master";