Updates current stable inputs
Some checks failed
Run nix flake check / flake-check (push) Failing after 48s
Periodic flake update / flake-update (push) Successful in 1m14s

This commit is contained in:
2024-11-18 12:21:43 +01:00
parent 313243768a
commit 35b37e743b
2 changed files with 6 additions and 6 deletions

View File

@@ -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";