Compare commits

...

2 Commits

Author SHA1 Message Date
80fc16e495 flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/a46e702093a5c46e192243edbd977d5749e7f294' (2024-11-19)
  → 'github:nix-community/home-manager/a9953635d7f34e7358d5189751110f87e3ac17da' (2024-11-24)
• Updated input 'nix-darwin':
    'github:LnL7/nix-darwin/61cee20168a3ebb71a9efd70a55adebaadfbe4d4' (2024-11-19)
  → 'github:LnL7/nix-darwin/3c52583b99666a349a6219dc1f0dd07d75c82d6a' (2024-11-24)
• Updated input 'nix-vscode-extensions':
    'github:nix-community/nix-vscode-extensions/d12edb63d2550782aff99cf6db8d36d8ffe67275' (2024-11-20)
  → 'github:nix-community/nix-vscode-extensions/b376bfa567fd25f9f22b6f51ffaa4f84d0b7c72f' (2024-11-25)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/5083ec887760adfe12af64830a66807423a859a7' (2024-11-18)
  → 'github:nixos/nixpkgs/8edf06bea5bcbee082df1b7369ff973b91618b8d' (2024-11-22)
2024-11-25 15:43:40 +05:30
ead04d4bc0 Changes for m4 2024-11-25 15:43:40 +05:30
4 changed files with 22 additions and 24 deletions

24
flake.lock generated
View File

@ -105,11 +105,11 @@
]
},
"locked": {
"lastModified": 1732025103,
"narHash": "sha256-qjEI64RKvDxRyEarY0jTzrZMa8ebezh2DEZmJJrpVdo=",
"lastModified": 1732482255,
"narHash": "sha256-GUffLwzawz5WRVfWaWCg78n/HrBJrOG7QadFY6rtV8A=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "a46e702093a5c46e192243edbd977d5749e7f294",
"rev": "a9953635d7f34e7358d5189751110f87e3ac17da",
"type": "github"
},
"original": {
@ -178,11 +178,11 @@
]
},
"locked": {
"lastModified": 1732016537,
"narHash": "sha256-XwXUK+meYnlhdQz2TVE4Wv+tsx1CkdGbDPt1tRzCNH4=",
"lastModified": 1732420287,
"narHash": "sha256-CzvYF4x6jUh/+NEEIFrIY5t1W/N3IA2bNZJiMXu9GTo=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "61cee20168a3ebb71a9efd70a55adebaadfbe4d4",
"rev": "3c52583b99666a349a6219dc1f0dd07d75c82d6a",
"type": "github"
},
"original": {
@ -204,11 +204,11 @@
]
},
"locked": {
"lastModified": 1732067576,
"narHash": "sha256-rLOjv9vHfZe3ldHdr4zPfdj/oBbpjOSNq0rEMbbC0Zs=",
"lastModified": 1732499683,
"narHash": "sha256-Hw95rpgNiyAL4v9pJF2756PMud6O0p/1XQixs5f/Shk=",
"owner": "nix-community",
"repo": "nix-vscode-extensions",
"rev": "d12edb63d2550782aff99cf6db8d36d8ffe67275",
"rev": "b376bfa567fd25f9f22b6f51ffaa4f84d0b7c72f",
"type": "github"
},
"original": {
@ -243,11 +243,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1731890469,
"narHash": "sha256-D1FNZ70NmQEwNxpSSdTXCSklBH1z2isPR84J6DQrJGs=",
"lastModified": 1732238832,
"narHash": "sha256-sQxuJm8rHY20xq6Ah+GwIUkF95tWjGRd1X8xF+Pkk38=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5083ec887760adfe12af64830a66807423a859a7",
"rev": "8edf06bea5bcbee082df1b7369ff973b91618b8d",
"type": "github"
},
"original": {

View File

@ -55,7 +55,7 @@
...
}:
let
system = "x86_64-darwin";
system = "aarch64-darwin";
pkgs = import nixpkgs {
inherit system;
config = {
@ -70,7 +70,7 @@
};
in
{
darwinConfigurations."Abhinavs-MacBook-Pro" = nix-darwin.lib.darwinSystem {
darwinConfigurations."Abhinavs-M4-MacBook-Pro" = nix-darwin.lib.darwinSystem {
inherit system;
specialArgs = {
inherit inputs pkgs-stable;
@ -96,6 +96,8 @@
buildInputs = with pkgs; [
(import home-manager { inherit pkgs; }).home-manager
just
nix-output-monitor
nvd
];
shellHook = ''
export NIXPKGS_PATH=${pkgs.path};

View File

@ -25,20 +25,14 @@
"appcleaner"
"calibre"
"dropbox"
"fanny"
"firefox"
"garmin-express"
"google-chrome"
"homebrew/cask/handbrake"
"lastfm"
"monodraw"
"obsidian"
"signal"
"spotify"
"steam"
# "steam"
"telegram"
"utm"
"vlc"
# "vlc"
"zed"
];
masApps = {
@ -51,7 +45,6 @@
NextDNS = 1464122853;
Numbers = 409203825;
Pages = 409201541;
Reeder = 1449412482;
TestFlight = 899247664;
Xcode = 497799835;
};

View File

@ -49,6 +49,8 @@ in
distributedBuilds = true;
linux-builder = {
enable = true;
package = pkgs.darwin.linux-builder-x86_64;
systems = [ "x86_64-linux" ];
maxJobs = 3;
config = (
{ pkgs, ... }:
@ -68,13 +70,14 @@ in
nix.settings = nixSettings // {
sandbox = false;
};
nixpkgs.config.allowUnfree = true;
environment.systemPackages = [ pkgs.htop ];
}
);
};
};
nixpkgs = {
hostPlatform = "x86_64-darwin";
hostPlatform = "aarch64-darwin";
config.allowUnfree = true;
};
}