From 27da15469149c4966e85dcb904e7454611d3fcc6 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 26 Apr 2023 12:41:26 -0500 Subject: [PATCH] unstable --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index c3987ef..99079d0 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1669833724, - "narHash": "sha256-/HEZNyGbnQecrgJnfE8d0WC5c1xuPSD2LUpB6YXlg4c=", + "lastModified": 1682530770, + "narHash": "sha256-xKO2KuibPW/p6HdBLpG7Cg5UF3l/WX2e9LbwVpsZzN0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4d2b37a84fad1091b9de401eb450aae66f1a741e", + "rev": "ddff8bd1184a180ebe30d4dec51e083c1811816c", "type": "github" }, "original": { "owner": "nixos", - "ref": "22.11", + "ref": "master", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 7face62..01ab5b7 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "An example NixOS configuration"; inputs = { - nixpkgs = { url = "github:nixos/nixpkgs/22.11"; }; + nixpkgs = { url = "github:nixos/nixpkgs/master"; }; };