Skip to content

Commit

Permalink
rm: use of patched nix for nixos 21.11 enabled digga
Browse files Browse the repository at this point in the history
- patched nix held the follows patch which is now upstreamed
  • Loading branch information
blaggacao committed Nov 29, 2021
1 parent b15b8bf commit 6de2081
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 71 deletions.
101 changes: 35 additions & 66 deletions flake.lock

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

7 changes: 2 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

inputs =
{
nixos.url = "github:nixos/nixpkgs/release-21.05";
nixos.follows = "digga/nixpkgs";
home.follows = "digga/home-manager";
latest.url = "github:nixos/nixpkgs/nixos-unstable";

digga.url = "github:divnix/digga";
Expand All @@ -19,9 +20,6 @@
bud.inputs.nixpkgs.follows = "nixos";
bud.inputs.devshell.follows = "digga/devshell";

home.url = "github:nix-community/home-manager/release-21.05";
home.inputs.nixpkgs.follows = "nixos";

darwin.url = "github:LnL7/nix-darwin";
darwin.inputs.nixpkgs.follows = "latest";

Expand Down Expand Up @@ -73,7 +71,6 @@
nixos = {
imports = [ (digga.lib.importOverlays ./overlays) ];
overlays = [
digga.overlays.patchedNix
nur.overlay
agenix.overlay
nvfetcher.overlay
Expand Down

0 comments on commit 6de2081

Please sign in to comment.