From 0831e8427750f408dd8cbb33dfb8b668a58be165 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 24 Feb 2024 21:48:01 +0100 Subject: [PATCH] Move to unstable nixpkgs --- flake.lock | 9 ++++----- flake.nix | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 3dddd40..c9f8407 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1708440434, - "narHash": "sha256-XY+B9mbhL/i+Q6fP6gBQ6P76rv9rWtpjQiUJ+DGtaUg=", + "lastModified": 1708655239, + "narHash": "sha256-ZrP/yACUvDB+zbqYJsln4iwotbH6CTZiTkANJ0AgDv4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "526d051b128b82ae045a70e5ff1adf8e6dafa560", + "rev": "cbc4211f0afffe6dfd2478a62615dd5175a13f9a", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-23.11", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } @@ -25,4 +25,3 @@ "root": "root", "version": 7 } - diff --git a/flake.nix b/flake.nix index 0e267af..43c144d 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,7 @@ description = "ItsDrike's NixOS configuration"; inputs = { - # the version here should match your system.stateVersion in configuration.nix - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; }; outputs = { self, nixpkgs, ...} @ inputs: {