nix: update flake

This commit is contained in:
Dmitriy Pleshevskiy 2022-09-14 12:18:55 +03:00
parent c45e6618bc
commit bae7209c88
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -1,14 +1,14 @@
{
inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = github:nix-community/home-manager/master;
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
dedsec-grub-theme = {
url = gitlab:pleshevskiy/dedsec-grub-theme/nix-flake;
url = "gitlab:VandalByte/dedsec-grub-theme";
inputs.nixpkgs.follows = "nixpkgs";
};
};