summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-02-14 23:04:05 +0300
committerAzat Bahawi <azat@bahawi.net>2023-02-14 23:04:05 +0300
commit7ed022bc9a3c89834016c866e387b60ba4523eb6 (patch)
treea0984c8df3016e84910818a60d7f3aeb42b7a718 /flake.nix
parentda1abf845299cf8731a4076f71999b30d949525c (diff)
2023-02-14
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix13
1 files changed, 10 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 4f3eacb..5cdf643 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,6 +7,8 @@
# [1]: https://github.com/NixOS/nix/issues/5373
inputs = {
nixpkgs = {
+ # type = "path";
+ # path = "/home/azahi/src/nixpkgs";
type = "github";
owner = "NixOS";
repo = "nixpkgs";
@@ -56,6 +58,8 @@
};
home-manager = {
+ # type = "path";
+ # path = "/home/azahi/src/home-manager";
type = "github";
owner = "nix-community";
repo = "home-manager";
@@ -88,11 +92,14 @@
type = "github";
owner = "dwarfmaster";
repo = "arkenfox-nixos";
- ref = "main";
+ # FIXME https://github.com/dwarfmaster/arkenfox-nixos/issues/20
+ ref = "5985ba832c841af5805c89d64f78bfae2a0f331f";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-doom-emacs = {
+ # type = "path";
+ # path = "/home/azahi/src/nix-doom-emacs";
type = "github";
owner = "nix-community";
repo = "nix-doom-emacs";
@@ -120,7 +127,7 @@
type = "github";
owner = "fn2006";
repo = "PollyMC";
- ref = "6.1";
+ ref = "6.3";
inputs = {
flake-compat.follows = "flake-compat";
nixpkgs.follows = "nixpkgs";
@@ -165,7 +172,7 @@
type = "github";
owner = "numtide";
repo = "flake-utils";
- ref = "master";
+ ref = "main";
};
flake-registry = {