From c4348239950b373de9e7b11a157bea078f803dd7 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sun, 22 Jan 2023 23:26:44 -0600 Subject: [PATCH] WIP --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 9ce601b..bd6afec 100644 --- a/flake.lock +++ b/flake.lock @@ -11,7 +11,7 @@ }, "original": { "owner": "nixos", - "ref": "master", + "ref": "22.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 620ff33..b068891 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "An example NixOS configuration"; inputs = { - nixpkgs = { url = "github:nixos/nixpkgs/master"; }; + nixpkgs = { url = "github:nixos/nixpkgs/22.11"; }; };