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 a8c825d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 69 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.

5 changes: 2 additions & 3 deletions flake.nix
Expand Up @@ -7,7 +7,7 @@

inputs =
{
nixos.url = "github:nixos/nixpkgs/release-21.05";
nixos.url = "github:nixos/nixpkgs/release-21.11";
latest.url = "github:nixos/nixpkgs/nixos-unstable";

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

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

darwin.url = "github:LnL7/nix-darwin";
Expand Down Expand Up @@ -73,7 +73,6 @@
nixos = {
imports = [ (digga.lib.importOverlays ./overlays) ];
overlays = [
digga.overlays.patchedNix
nur.overlay
agenix.overlay
nvfetcher.overlay
Expand Down

0 comments on commit a8c825d

Please sign in to comment.