Skip to content

Commit

Permalink
Remove commented/unused code block
Browse files Browse the repository at this point in the history
  • Loading branch information
uarun committed Jun 1, 2023
1 parent 6083b76 commit 9ca15d8
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
description = "Arun's Nix Configuration Flake";

inputs = {
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-22.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-22.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";

#... Declarative configuration of user speficic packages and dotfiles
Expand All @@ -14,7 +14,7 @@
darwin.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs";

lib-aggregate.url = "github:nix-community/lib-aggregate"; #... Aggregate of nix libs that do not depend on nixpkgs
lib-aggregate.url = "github:nix-community/lib-aggregate"; #... Aggregate of nix libs that do not depend on nixpkgs
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down Expand Up @@ -51,23 +51,5 @@
];
};
};

### darwinConfigurations = let
### system = "aarch64-darwin"; #... "x86_64-darwin" for intel based Macs
### in {
### Melbourne = darwin.lib.darwinSystem {
### pkgs = import nixpkgs { inherit system; };
### modules = [
### ./modules/darwin/default.nix
### home-manager.darwinModules.home-manager {
### home-manager = {
### useGlobalPkgs = true;
### useUserPackages = true;
### users.arun.imports = [ ./modules/home-manager/default.nix ];
### };
### }
### ];
### };
### };
};
}

0 comments on commit 9ca15d8

Please sign in to comment.