nix: update Nixpkgs
This commit is contained in:
parent
43986f541a
commit
a31c88a5c4
2 changed files with 5 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1640540585,
|
"lastModified": 1642104392,
|
||||||
"narHash": "sha256-cCmknKFjWgam9jq+58wSd0Z4REia8mjBP65kXcL3ki8=",
|
"narHash": "sha256-m71b7MgMh9FDv4MnI5sg9MiBVW6DhE1zq+d/KlLWSC8=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ac169ec6371f0d835542db654a65e0f2feb07838",
|
"rev": "5aaed40d22f0d9376330b6fa413223435ad6fee5",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
pinnedPkgs = import (pkgs.fetchFromGitHub {
|
pinnedPkgs = import (pkgs.fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nixpkgs";
|
repo = "nixpkgs";
|
||||||
rev = "09c38c29f2c719cd76ca17a596c2fdac9e186ceb";
|
rev = "5aaed40d22f0d9376330b6fa413223435ad6fee5";
|
||||||
sha256 = "0i6kcs0zxwfaflcg6wfkwcinfnilkxlb6ad29v01bkhg6asl6ihf";
|
sha256 = "sha256-m71b7MgMh9FDv4MnI5sg9MiBVW6DhE1zq+d/KlLWSC8=";
|
||||||
}) {
|
}) {
|
||||||
# we need to inherit config to propagate allowUnfree settings (which
|
# we need to inherit config to propagate allowUnfree settings (which
|
||||||
# are need for bookwyrm)
|
# are need for bookwyrm)
|
||||||
|
|
Loading…
Add table
Reference in a new issue