Merge pull request #25 from numtide/ci

Ci
main
Jörg Thalheim 2 years ago committed by GitHub
commit 40aacdeb9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,6 +132,6 @@ branches:
required_linear_history: false required_linear_history: false
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable. # Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
restrictions: restrictions:
apps: [ "bors" ] apps: [ "bors" "github-actions[bot]" ]
users: [] users: []
teams: [] teams: []

@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1675246915, "lastModified": 1675866582,
"narHash": "sha256-q3E67PIRNQyWKtg43grNYYAZT/ik9oyOsRvHYah0iJQ=", "narHash": "sha256-0bucFq/bi5uho1MJEhYTI8Y15dVNyukcUD6XnfkJNfg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "55fbb1d20ce4350aae11bba71844796549175ab1", "rev": "d13b0f290c4969d26decd23415a6d38912a035ae",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -44,12 +44,17 @@
} }
}, },
"treefmt-nix": { "treefmt-nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": { "locked": {
"lastModified": 1674470002, "lastModified": 1675790908,
"narHash": "sha256-Tk1VaMeBTMMGEZeqv3TEwrTAdR9fYb3EH/TPI27AdKk=", "narHash": "sha256-NeRMRfKKIFt0tkTEV0+bHh3+35zY6lpeAEO5wSA9+6k=",
"owner": "numtide", "owner": "numtide",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"rev": "d5ed9a1e6793f99b2e179d5dec9639e48ef22db7", "rev": "9e64e351b42d9da33a4e8a72b858612c48d1a924",
"type": "github" "type": "github"
}, },
"original": { "original": {

@ -7,6 +7,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
treefmt-nix.url = "github:numtide/treefmt-nix"; treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
}; };
outputs = inputs @ { flake-parts, ... }: outputs = inputs @ { flake-parts, ... }:

Loading…
Cancel
Save