From 90ad0238b86e28e040049f7df166673fb0d793cc Mon Sep 17 00:00:00 2001 From: Origami404 Date: Sat, 22 Jun 2024 14:46:20 +0800 Subject: [PATCH] move to nix-unstable --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index ef7be1e..2f52f77 100644 --- a/flake.nix +++ b/flake.nix @@ -2,12 +2,11 @@ description = "Origami404's NixOS Flake"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; home-manager = { - url = "github:nix-community/home-manager/release-23.11"; + url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; - helix.url = "github:helix-editor/helix/85fce2f5b6c9f35ab9d3361f3933288a28db83d4"; sops-nix.url = "github:Mic92/sops-nix"; };