Update flake.nix

This commit is contained in:
Aaron Honeycutt 2023-05-15 14:32:19 +00:00
parent 486d2d32b0
commit 27fe7a9e4e

View file

@ -9,7 +9,7 @@
# which represents the GitHub repository URL + branch/commit-id/tag.
# Official NixOS package source, using nixos-unstable branch here
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
# home-manager, used for managing user configuration
home-manager = {
url = "github:nix-community/home-manager/release-22.11";