nix: updated to Nix v2.8

This commit is contained in:
Serĉanto de Scio 2022-05-09 14:05:10 +10:00
parent f9a6c2ade6
commit 6d011c9611
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
2 changed files with 4 additions and 4 deletions

View file

@ -74,10 +74,10 @@
"homepage": "", "homepage": "",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "062a0c5437b68f950b081bbfc8a699d57a4ee026", "rev": "c777cdf5c564015d5f63b09cc93bef4178b19b01",
"sha256": "0vfd7g1gwy9lcnnv8kclqr68pndd9sg0xq69h465zbbzb2vnijh9", "sha256": "0r2xhflcy5agaz4a3b8pxiyiwh32s1kl3swv73flnj1x3v69s8bm",
"type": "tarball", "type": "tarball",
"url": "https://github.com/nixos/nixpkgs/archive/062a0c5437b68f950b081bbfc8a699d57a4ee026.tar.gz", "url": "https://github.com/nixos/nixpkgs/archive/c777cdf5c564015d5f63b09cc93bef4178b19b01.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
} }
} }

View file

@ -6,7 +6,7 @@
... ...
}: let }: let
sources = import ../nix/sources.nix; sources = import ../nix/sources.nix;
nixUnstable = (import sources.nixpkgsUnstable {}).nixVersions.unstable; nixUnstable = (import sources.nixpkgsUnstable {}).nixVersions.stable;
in { in {
imports = [../profiles/terminal-recording.nix ../profiles/nix-direnv.nix]; imports = [../profiles/terminal-recording.nix ../profiles/nix-direnv.nix];