aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-05-03 03:38:28 +0100
committerAkshay <[email protected]>2023-05-03 03:38:28 +0100
commit40e33e0d82341048d307947284cea548778c56ce (patch)
tree3faa4f6860b6d71c6348d69ab40839423f02135e /flake.nix
parent8b1b7f44a516299446692494746d4a6cfacb0a01 (diff)
bump
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 71f80df..3ee2f7c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,7 +7,7 @@
7 nixos-hardware.url = "github:nixos/nixos-hardware"; 7 nixos-hardware.url = "github:nixos/nixos-hardware";
8 8
9 home-manager = { 9 home-manager = {
10 url = "github:nix-community/home-manager/release-22.11"; 10 url = "github:nix-community/home-manager";
11 inputs.nixpkgs.follows = "nixpkgs"; 11 inputs.nixpkgs.follows = "nixpkgs";
12 }; 12 };
13 13