Update nixpkgs to latest nixos-unstable revision

This commit is contained in:
Andreas Rammhold 2021-05-16 17:29:07 +02:00 committed by Cole Helbling
parent 11d08c75e3
commit 0120549043
3 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ in import (hostpkgs.stdenv.mkDerivation {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "nixpkgs-channels"; repo = "nixpkgs";
inherit (srcDef) rev sha256; inherit (srcDef) rev sha256;
}; };

View file

@ -1,9 +1,9 @@
{ {
"url": "https://github.com/nixos/nixpkgs-channels.git", "url": "https://github.com/nixos/nixpkgs.git",
"rev": "0f5ce2fac0c726036ca69a5524c59a49e2973dd4", "rev": "20887e4bbfdae3aed6bfa1f53ddf138ee325515e",
"date": "2020-05-19T01:31:20+02:00", "date": "2021-07-03T21:40:35-05:00",
"path": "/nix/store/57j44dl147z6956rc5ks4h1ff2rbdlxp-nixpkgs-channels", "path": "/nix/store/ph4npn3fa3hv9i9vvwsgwaz7zhl9v2dd-nixpkgs",
"sha256": "0nkk492aa7pr0d30vv1aw192wc16wpa1j02925pldc09s9m9i0r3", "sha256": "0hc79sv59appb7bynz5bzyqvrapyjdq63s79i649vxl93504kmnv",
"fetchSubmodules": false, "fetchSubmodules": false,
"deepClone": false, "deepClone": false,
"leaveDotGit": false "leaveDotGit": false

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell #!/usr/bin/env nix-shell
#!nix-shell -i bash -p nix-prefetch-git #!nix-shell -i bash -p nix-prefetch-git
nix-prefetch-git https://github.com/nixos/nixpkgs-channels.git \ nix-prefetch-git https://github.com/nixos/nixpkgs.git \
--rev refs/heads/nixos-unstable > ./nix/nixpkgs.json --rev refs/heads/nixos-unstable > ./nix/nixpkgs.json