From 2b42efeb9f8080598395a0f04bb5271578c35bfd Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 30 Apr 2025 21:04:51 +0200 Subject: [PATCH] go back to the master branch --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index a61974a..bbe9eee 100644 --- a/flake.lock +++ b/flake.lock @@ -1338,16 +1338,16 @@ }, "nixpkgs_8": { "locked": { - "lastModified": 1745998881, - "narHash": "sha256-vonyYAKJSlsX4n9GCsS0pHxR6yCrfqBIuGvANlkwG6U=", + "lastModified": 1746039327, + "narHash": "sha256-fA0IIGBBRTYt8hpydED916uFzTVpy7zl9VViFE15xj0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "423d2df5b04b4ee7688c3d71396e872afa236a89", + "rev": "f4b07de37b4cd5c7d0ffdf6447efcc01f0a90596", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixpkgs-unstable", + "ref": "master", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index da9cf62..f64dd55 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Nixos config flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/master"; # nixpkgs.url = "/home/noa/Documents/programming/nixpkgs"; nix-colors = {