switched to unstable

dev-docs
Moritz Böhme 2021-10-19 11:55:23 +02:00
parent 8c11ceb7cf
commit d1f6e6d954
3 changed files with 35 additions and 25 deletions

View File

@ -50,21 +50,18 @@
}, },
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": "nixpkgs_2"
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1633291410, "lastModified": 1634543124,
"narHash": "sha256-IxUzCGwj+s2Rn/+u0NtY36ix5I8MopMOO8Ip59PnBlw=", "narHash": "sha256-sPjP5GjZ0DgTgY8KljhGeix4L5ey7A3L1nm6lDffTh0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "382505714d10c6791a96712e0554587c75c5bf8b", "rev": "b5d738b5a3f8c3738433e0aa6482afb4ac635380",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-21.05",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
@ -84,16 +81,30 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1633524929, "lastModified": 1634547982,
"narHash": "sha256-5juxXsj+jK4XoYsj61C1FANdCJa9eMR1nQC7a6nQlt4=", "narHash": "sha256-tqaHXv5afQYT0ei++jhuS4GzdaDJUW0e0CiRgGrQDgA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "073fe478e1ba748731d537bd38eac0969f503143",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1634436779,
"narHash": "sha256-D/nrXTWpe1bPIjFy85sgiLHYqu+AeaC6v5/+KlA9PRg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "980a9792cdf62d42ea98f437123a7e64c6d784e2", "rev": "9aeeb7574fb784eaf6395f4400705b5f619e6cc3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "release-21.05", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -134,27 +145,27 @@
"agenix": "agenix", "agenix": "agenix",
"emacs-overlay": "emacs-overlay", "emacs-overlay": "emacs-overlay",
"home-manager": "home-manager", "home-manager": "home-manager",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_3",
"nur": "nur", "nur": "nur",
"picom": "picom", "picom": "picom",
"unstable": "unstable", "stable": "stable",
"utils": "utils", "utils": "utils",
"zsh-autosuggestions": "zsh-autosuggestions", "zsh-autosuggestions": "zsh-autosuggestions",
"zsh-syntax-highlighting": "zsh-syntax-highlighting" "zsh-syntax-highlighting": "zsh-syntax-highlighting"
} }
}, },
"unstable": { "stable": {
"locked": { "locked": {
"lastModified": 1633351077, "lastModified": 1634469105,
"narHash": "sha256-z38JG4Bb0GtM1aF1pANVdp1dniMP23Yb3HnRoJRy2uU=", "narHash": "sha256-rZTni3BdNxDmJ6ruzm/XWXHEKvzmYtmxV9mPtNKo1cM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "14aef06d9b3ad1d07626bdbb16083b83f92dc6c1", "rev": "0d05030c80c55ded41d8097734b91aa3935bb8a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-unstable", "ref": "release-21.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -6,18 +6,17 @@
############## ##############
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-21.05"; # nixpkgs.url = "github:nixos/nixpkgs/release-21.05";
unstable.url = "github:nixos/nixpkgs/nixos-unstable"; # unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
stable.url = "github:nixos/nixpkgs/release-21.05";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
utils.url = "github:gytis-ivaskevicius/flake-utils-plus/1.3.0"; utils.url = "github:gytis-ivaskevicius/flake-utils-plus/1.3.0";
agenix.url = "github:ryantm/agenix"; agenix.url = "github:ryantm/agenix";
emacs-overlay.url = "github:nix-community/emacs-overlay"; emacs-overlay.url = "github:nix-community/emacs-overlay";
home-manager = { home-manager = { url = "github:nix-community/home-manager"; };
url = "github:nix-community/home-manager/release-21.05";
inputs.nixpkgs.follows = "nixpkgs";
};
picom = { picom = {
url = "github:jonaburg/picom"; url = "github:jonaburg/picom";
flake = false; flake = false;

View File

@ -2,7 +2,7 @@
final: prev: { final: prev: {
picom = prev.picom.overrideAttrs (old: { src = inputs.picom; }); picom = prev.picom.overrideAttrs (old: { src = inputs.picom; });
unstable = import inputs.unstable { stable = import inputs.stable {
system = prev.system; system = prev.system;
config.allowUnfree = true; config.allowUnfree = true;
}; };