From 68620847f3d58039eacf5dcb08419c714acd9c50 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 30 Sep 2022 22:27:34 -0400 Subject: [PATCH] Unstable --- flake.lock | 4 ++-- flake.nix | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 97197c0..26a5652 100644 --- a/flake.lock +++ b/flake.lock @@ -58,7 +58,7 @@ "inputs": { "flake-utils": "flake-utils", "nixpkgs": [ - "nixpkgs" + "nixpkgs-unstable" ] }, "locked": { @@ -470,7 +470,7 @@ "format-all": "format-all", "nix-straight": "nix-straight", "nixpkgs": [ - "nixpkgs" + "nixpkgs-unstable" ], "nose": "nose", "ob-racket": "ob-racket", diff --git a/flake.nix b/flake.nix index 0b5026b..413c2c3 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,12 @@ }; emacs = { url = "github:nix-community/emacs-overlay"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; + }; + nix-doom-emacs = { + url = "github:nix-community/nix-doom-emacs"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; + inputs.emacs-overlay.follows = "emacs"; }; mozilla = { url = "github:mozilla/nixpkgs-mozilla"; @@ -32,11 +37,6 @@ url = "github:PolyMC/PolyMC"; inputs.nixpkgs.follows = "nixpkgs"; }; - nix-doom-emacs = { - url = "github:nix-community/nix-doom-emacs"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.emacs-overlay.follows = "emacs"; - }; java = { url = "github:nathans-flakes/java"; inputs.nixpkgs.follows = "nixpkgs";