Skip to content

Commit

Permalink
fix(flake): Stop relying on the registry for lookups of flake references
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed May 1, 2024
1 parent 3cc7c45 commit 30292c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
20 changes: 12 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
nixpkgs-22-11.url = "github:NixOS/nixpkgs/nixos-22.11";

# Main flake-utils
flake-utils.url = "flake-utils";
flake-utils.url = "github:numtide/flake-utils";

# Import deploy-rs for deployments
deploy-rs.url = "github:serokell/deploy-rs";
Expand All @@ -21,13 +21,13 @@
disko.inputs.nixpkgs.follows = "nixpkgs";

# Import nixos hardware quirks settings
nixos-hardware.url = "nixos-hardware";
nixos-hardware.url = "github:nixos/nixos-hardware";

# Import impermanence modules for peristence
impermanence.url = "github:nix-community/impermanence";

# Import home-manager modules
home-manager.url = "home-manager";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";

# Import nixos-needtoreboot
Expand All @@ -40,7 +40,7 @@
agenix.inputs.home-manager.follows = "home-manager";

# Import emacs-overlay
emacs-overlay.url = "emacs-overlay";
emacs-overlay.url = "github:nix-community/emacs-overlay";
emacs-overlay.inputs.nixpkgs.follows = "nixpkgs";
emacs-overlay.inputs.flake-utils.follows = "flake-utils";

Expand Down

0 comments on commit 30292c5

Please sign in to comment.