Unstable versions bc I'm cutting me on that edge

This commit is contained in:
Lillian Violet 2023-10-23 17:32:58 +02:00
parent 46c92e19be
commit 44685b7f8b
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
inputs = {
# Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
sops-nix.url = "github:Mic92/sops-nix";
# You can access packages and modules from different nixpkgs revs
# at the same time. Here's an working example:
@ -11,7 +11,7 @@
# Also see the 'unstable-packages' overlay at 'overlays/default.nix'.
# Home manager
home-manager.url = "github:nix-community/home-manager/release-23.05";
home-manager.url = "github:nix-community/home-manager/release-23.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
# Add any other flake you might need