Compare commits

...

2 commits

Author SHA1 Message Date
Antoine Martin b142ac5076 flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/4c5106ed0f3168ff2df21b646aef67e86cbfc11c' (2022-07-15)
  → 'github:nix-community/home-manager/d86c189158cb345e351190e362672a8485a52117' (2022-07-23)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/4a01ca36d6bfc133bc617e661916a81327c9bbc8' (2022-07-14)
  → 'github:NixOS/nixpkgs/2d372784634e224c5a629d80a19705af655fbc7d' (2022-07-22)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/5eb9bf5565c1aa2b375613ed22bdf55f1fd58e29' (2022-07-14)
  → 'github:NixOS/nixpkgs/42ca9bef09e780eabe84328dd1b730cef978f098' (2022-07-23)
2022-07-23 21:03:26 +02:00
Antoine Martin 9f45a918b2 Revert "flake: pin mu to 1.6.11"
This reverts commit 58cc97b44f.

Doom now supports mu 1.8 !
2022-07-23 17:10:25 +02:00
2 changed files with 9 additions and 34 deletions

View file

@ -42,11 +42,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1657887110, "lastModified": 1658582894,
"narHash": "sha256-8VV0/kZed2z8fGtEc2zr+WLxTow+JTIlMjnSisyv0GQ=", "narHash": "sha256-6iR8KSePwH9O2mClhu2RvDO/Gu5ISqNSB6t4YS/poaA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "4c5106ed0f3168ff2df21b646aef67e86cbfc11c", "rev": "d86c189158cb345e351190e362672a8485a52117",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -88,29 +88,13 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-mu-1-6-11": {
"locked": {
"lastModified": 1656166034,
"narHash": "sha256-r3v8um8KLJVm1XFGmovKeEBUtdoSTOWP+qKJztIbERQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0100c5e564462ca83aed241c58a3427783737a26",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0100c5e564462ca83aed241c58a3427783737a26",
"type": "github"
}
},
"nixpkgs-unstable-small": { "nixpkgs-unstable-small": {
"locked": { "locked": {
"lastModified": 1657784809, "lastModified": 1658557357,
"narHash": "sha256-+Qigmk3dfdXSqJgDmAomjsad8n+QxZGuBMMgdxEicBs=", "narHash": "sha256-0gqNef6skYQKJSS2vLojxrXOrc72zoX5VTDKUqEo6Gk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5eb9bf5565c1aa2b375613ed22bdf55f1fd58e29", "rev": "42ca9bef09e780eabe84328dd1b730cef978f098",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -122,11 +106,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1657802959, "lastModified": 1658465217,
"narHash": "sha256-9+JWARSdlL8KiH3ymnKDXltE1vM+/WEJ78F5B1kjXys=", "narHash": "sha256-f2Zyt7TsDZ1TK3Cu6ZtzWoWQ4nnQq07uXTPxW26rIQY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4a01ca36d6bfc133bc617e661916a81327c9bbc8", "rev": "2d372784634e224c5a629d80a19705af655fbc7d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -143,7 +127,6 @@
"home-manager": "home-manager", "home-manager": "home-manager",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"nixpkgs-mu-1-6-11": "nixpkgs-mu-1-6-11",
"nixpkgs-unstable-small": "nixpkgs-unstable-small" "nixpkgs-unstable-small": "nixpkgs-unstable-small"
} }
}, },

View file

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