tree-wide: Update nixpkgs and home-manager

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-05-08 16:47:59 +02:00
parent b40084c2b4
commit bc31aab711
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7
5 changed files with 10 additions and 9 deletions

View file

@ -2,8 +2,8 @@ let
pinnedPkgs = fetchGit {
name = "nixos-unstable";
url = "https://github.com/NixOS/nixpkgs";
ref = "refs/heads/master";
rev = "1e0075620628ee4b367f9a2aae4ec14dcf304f69"; # 12-04-2023
ref = "refs/heads/nixpkgs-unstable";
rev = "0b6445b611472740f02eae9015150c07c5373340"; # 05-05-2023
};
in {
network = {

View file

@ -20,17 +20,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1681346444,
"narHash": "sha256-JdT9kZ8iZD+Sc/y94jq4LjUw68gYJWXLzXXAgSt/iYs=",
"lastModified": 1683267615,
"narHash": "sha256-A/zAy9YauwdPut90h6cYC1zgP/WmuW9zmJ+K/c5i6uc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1e0075620628ee4b367f9a2aae4ec14dcf304f69",
"rev": "0b6445b611472740f02eae9015150c07c5373340",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1e0075620628ee4b367f9a2aae4ec14dcf304f69",
"rev": "0b6445b611472740f02eae9015150c07c5373340",
"type": "github"
}
},

View file

@ -3,7 +3,7 @@
inputs = {
nixpkgs.url =
"github:NixOS/nixpkgs/1e0075620628ee4b367f9a2aae4ec14dcf304f69";
"github:NixOS/nixpkgs/0b6445b611472740f02eae9015150c07c5373340"; # 05-05-2023
flake-utils.url = "github:numtide/flake-utils";
};

View file

@ -3,7 +3,8 @@ let
name = "nixos-unstable-custom-srht";
url = "https://github.com/christoph-heiss/nixpkgs";
ref = "refs/heads/pkgs/sourcehut";
rev = "56143b2c26723543dc4034aaaa35242ee2017f05";
# based on nixpkgs-unstable as of 05-05-2023
rev = "1cfa80807ff90fe098ead79ce97cdd5418f6b1aa";
};
in {
# The Nix dragons loaf about ..

View file

@ -3,7 +3,7 @@ let
name = "nixos-home-manager-unstable";
url = "https://github.com/nix-community/home-manager";
ref = "refs/heads/master";
rev = "6f9781b1b0cf3fedbe9d2d0a785aeec4d6085c10"; # 24-04-2023
rev = "38271ead8e7b291beb9d3b8312e66c3268796c0a"; # 05-05-2023
};
in {
imports = [ (import "${homeManager}/nixos") ];