Update nixpkgs

This commit is contained in:
Sridhar Ratnakumar 2022-01-22 10:23:12 -05:00
parent 94b87a44cf
commit e39c6d355f
3 changed files with 6 additions and 6 deletions

View file

@ -6,6 +6,6 @@
};
environment.systemPackages = with pkgs; [
gnome3.gnome-tweak-tool
gnome.gnome-tweaks
];
}

8
flake.lock generated
View file

@ -932,17 +932,17 @@
},
"nixpkgs_12": {
"locked": {
"lastModified": 1642104392,
"narHash": "sha256-m71b7MgMh9FDv4MnI5sg9MiBVW6DhE1zq+d/KlLWSC8=",
"lastModified": 1642635915,
"narHash": "sha256-vabPA32j81xBO5m3+qXndWp5aqepe+vu96Wkd9UnngM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5aaed40d22f0d9376330b6fa413223435ad6fee5",
"rev": "6d8215281b2f87a5af9ed7425a26ac575da0438f",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5aaed40d22f0d9376330b6fa413223435ad6fee5",
"rev": "6d8215281b2f87a5af9ed7425a26ac575da0438f",
"type": "github"
}
},

View file

@ -6,7 +6,7 @@
# https://status.nixos.org/
#
# This ensures that we always use the official nix cache.
nixpkgs.url = "github:nixos/nixpkgs/5aaed40d22f0d9376330b6fa413223435ad6fee5";
nixpkgs.url = "github:nixos/nixpkgs/6d8215281b2f87a5af9ed7425a26ac575da0438f";
darwin.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs";