Revert "flake: pin mu to 1.6.11"

This reverts commit 58cc97b44f.

Doom now supports mu 1.8 !
This commit is contained in:
Antoine Martin 2022-07-23 17:10:25 +02:00
parent 48b45dd102
commit 9f45a918b2
2 changed files with 0 additions and 25 deletions

View file

@ -8,13 +8,6 @@
ref = "nixos-unstable";
};
nixpkgs-mu-1-6-11 = {
type = "github";
owner = "NixOS";
repo = "nixpkgs";
rev = "0100c5e564462ca83aed241c58a3427783737a26";
};
nixpkgs-unstable-small = {
type = "github";
owner = "NixOS";
@ -81,7 +74,6 @@
[
(self: super: {
packages = import ./pkgs {pkgs = super;};
mu = (import inputs.nixpkgs-mu-1-6-11 {inherit system;}).mu;
# packages accessible through pkgs.unstable.package
unstable = import inputs.nixpkgs-unstable-small {