1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-31 04:04:45 +00:00

nix-darwin 24.11

This commit is contained in:
Emily 2025-01-08 19:56:52 +00:00
parent bd921223ba
commit 4e9943b2ca
5 changed files with 12 additions and 12 deletions

View file

@ -3,11 +3,11 @@ on:
pull_request:
push:
branches:
- master
- nix-darwin-24.11
env:
NIXPKGS_BRANCH: nixpkgs-unstable
NIX_DARWIN_BRANCH: master
NIXPKGS_BRANCH: nixpkgs-24.11-darwin
NIX_DARWIN_BRANCH: nix-darwin-24.11
NIX_VERSION: 2.24.11
jobs:

8
flake.lock generated
View file

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1736241350,
"narHash": "sha256-CHd7yhaDigUuJyDeX0SADbTM9FXfiWaeNyY34FL1wQU=",
"lastModified": 1735954111,
"narHash": "sha256-yPzRuUXx99iu9QMF9GKxxqqC7kpKdFlQi7PA9N85wxQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8c9fd3e564728e90829ee7dbac6edc972971cd0f",
"rev": "a4c40a8a970c147cea7e98e86b2ff2ffb184aedd",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"ref": "nixpkgs-24.11-darwin",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "A collection of darwin modules";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin";
};
outputs = { self, nixpkgs }: let

View file

@ -2,8 +2,8 @@
description = "Example nix-darwin system flake";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nix-darwin.url = "github:LnL7/nix-darwin/master";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin";
nix-darwin.url = "github:LnL7/nix-darwin/nix-darwin-24.11";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
};

View file

@ -1,4 +1,4 @@
{
"release": "25.05",
"isReleaseBranch": false
"release": "24.11",
"isReleaseBranch": true
}