all repos — nixfiles @ 32a6944ea78623253aeedf9fc336c317f5e91eb7

System and user configuration, managed by nix and home-manager

Fix url type warning in flake config

Alan Pearce
commit

32a6944ea78623253aeedf9fc336c317f5e91eb7

parent

ee51c126d95515cc6bc4c5109a225ccf559dc516

1 file changed, 5 insertions(+), 5 deletions(-)

jump to
M flake.nixflake.nix
@@ -1,12 +1,12 @@
{ inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; - nixos-hardware.url = github:NixOS/nixos-hardware; - darwin.url = github:lnl7/nix-darwin/master; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixos-hardware.url = "github:NixOS/nixos-hardware"; + darwin.url = "github:lnl7/nix-darwin/master"; darwin.inputs.nixpkgs.follows = "nixpkgs"; - home-manager.url = github:nix-community/home-manager; + home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - emacs-overlay.url = github:nix-community/emacs-overlay; + emacs-overlay.url = "github:nix-community/emacs-overlay"; emacs-overlay.inputs.nixpkgs.follows = "nixpkgs"; secrets = { flake = false;