mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 18:19:12 +00:00
flake.nix: make inputs follow own nixpkgs temporarily
This commit is contained in:
parent
e5f66b3076
commit
2a7665670c
@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
# Managing home configurations.
|
# Managing home configurations.
|
||||||
home-manager.url = "github:nix-community/home-manager";
|
home-manager.url = "github:nix-community/home-manager";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
# This is what AUR strives to be.
|
# This is what AUR strives to be.
|
||||||
nur.url = "github:nix-community/NUR";
|
nur.url = "github:nix-community/NUR";
|
||||||
@ -48,7 +47,6 @@
|
|||||||
|
|
||||||
emacs-overlay.url = "github:nix-community/emacs-overlay";
|
emacs-overlay.url = "github:nix-community/emacs-overlay";
|
||||||
emacs-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
emacs-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
emacs-overlay.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
|
|
||||||
helix-editor.url = "github:helix-editor/helix";
|
helix-editor.url = "github:helix-editor/helix";
|
||||||
helix-editor.inputs.nixpkgs.follows = "nixpkgs";
|
helix-editor.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@ -59,7 +57,6 @@
|
|||||||
# The more recommended Rust overlay so I'm going with it.
|
# The more recommended Rust overlay so I'm going with it.
|
||||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||||
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
rust-overlay.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
|
|
||||||
# Generating an entire flavored themes with Nix?
|
# Generating an entire flavored themes with Nix?
|
||||||
nix-colors.url = "github:misterio77/nix-colors";
|
nix-colors.url = "github:misterio77/nix-colors";
|
||||||
|
Loading…
Reference in New Issue
Block a user