From 35b37e743b2687ad38a62e5c413afac8cf9f24f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 18 Nov 2024 12:21:43 +0100 Subject: [PATCH] Updates current stable inputs --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index e05f97f..c762f3c 100644 --- a/flake.lock +++ b/flake.lock @@ -219,16 +219,16 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1731797254, - "narHash": "sha256-df3dJApLPhd11AlueuoN0Q4fHo/hagP75LlM5K1sz9g=", + "lastModified": 1731755305, + "narHash": "sha256-v5P3dk5JdiT+4x69ZaB18B8+Rcu3TIOrcdG4uEX7WZ8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e8c38b73aeb218e27163376a2d617e61a2ad9b59", + "rev": "057f63b6dc1a2c67301286152eb5af20747a9cb4", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-24.05", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 11815f8..e05241c 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Torjus nixos config flake"; inputs = { - nixpkgs-stable.url = "github:nixos/nixpkgs?ref=nixos-24.05"; + nixpkgs-stable.url = "github:nixos/nixpkgs?ref=nixos-24.11"; #nixpkgs-master.url = "github:nixos/nixpkgs?ref=master"; nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; home-manager = { @@ -12,7 +12,7 @@ sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.nixpkgs-stable.follows = "nixpkgs-stable"; + #inputs.nixpkgs-stable.follows = "nixpkgs-stable"; }; ghettoptt = { url = "git+https://git.t-juice.club/torjus/ghettoptt?ref=master";