From 725a404949b9088c839ba47ad5977250b2076680 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 14 Nov 2024 12:16:30 -0600 Subject: [PATCH] flake update 20241114 --- flake.lock | 14 +++++++------- flake.nix | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index de07e6b..8060a82 100644 --- a/flake.lock +++ b/flake.lock @@ -112,11 +112,11 @@ ] }, "locked": { - "lastModified": 1731535640, - "narHash": "sha256-2EckCJn4wxran/TsRiCOFcmVpep2m9EBKl99NBh2GnM=", + "lastModified": 1731604581, + "narHash": "sha256-Qq2YZZaDTB3FZLWU/Hgh1uuWlUBl3cMLGB99bm7rFUM=", "owner": "nix-community", "repo": "home-manager", - "rev": "35b055009afd0107b69c286fca34d2ad98940d57", + "rev": "1d0862ee2d7c6f6cd720d6f32213fa425004be10", "type": "github" }, "original": { @@ -439,16 +439,16 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1731518944, - "narHash": "sha256-tmzIz0iCCnnqXFS/lGkl1/+lGMn8lTiMshzd0v8LwYk=", + "lastModified": 1731319897, + "narHash": "sha256-PbABj4tnbWFMfBp6OcUK5iGy1QY+/Z96ZcLpooIbuEI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "18979df9f0be9d69f0e4d35059914c1a868c79b8", + "rev": "dc460ec76cbff0e66e269457d7b728432263166c", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable-small", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index c612274..7356fa6 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "JawZ NixOS flake setup"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable-small"; + nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; nixpkgs-chrome.url = "github:nixos/nixpkgs?rev=05bbf675397d5366259409139039af8077d695ce"; ucodenix.url = "github:e-tho/ucodenix"; nix-gaming.url = "github:fufexan/nix-gaming";